[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis interface, \u003ccode\u003eImagesServicePb.ImagesHistogramOrBuilder\u003c/code\u003e, extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and provides methods for accessing image histogram data.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods like \u003ccode\u003egetBlue\u003c/code\u003e, \u003ccode\u003egetGreen\u003c/code\u003e, and \u003ccode\u003egetRed\u003c/code\u003e, which retrieve the blue, green, and red color values respectively at a specified index (\u003ccode\u003earg0\u003c/code\u003e), each returning an integer.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods to retrieve counts for each color (\u003ccode\u003egetBlueCount\u003c/code\u003e, \u003ccode\u003egetGreenCount\u003c/code\u003e, \u003ccode\u003egetRedCount\u003c/code\u003e) which return the number of color values for each respective color.\u003c/p\u003e\n"],["\u003cp\u003eMethods such as \u003ccode\u003egetBlueList\u003c/code\u003e, \u003ccode\u003egetGreenList\u003c/code\u003e, and \u003ccode\u003egetRedList\u003c/code\u003e return lists of integers containing the blue, green, and red color values, respectively.\u003c/p\u003e\n"]]],[],null,["# Interface ImagesServicePb.ImagesHistogramOrBuilder (2.0.0)\n\n public static interface ImagesServicePb.ImagesHistogramOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getBlue(int arg0)\n\n public abstract int getBlue(int arg0)\n\n### getBlueCount()\n\n public abstract int getBlueCount()\n\n### getBlueList()\n\n public abstract List\u003cInteger\u003e getBlueList()\n\n### getGreen(int arg0)\n\n public abstract int getGreen(int arg0)\n\n### getGreenCount()\n\n public abstract int getGreenCount()\n\n### getGreenList()\n\n public abstract List\u003cInteger\u003e getGreenList()\n\n### getRed(int arg0)\n\n public abstract int getRed(int arg0)\n\n### getRedCount()\n\n public abstract int getRedCount()\n\n### getRedList()\n\n public abstract List\u003cInteger\u003e getRedList()"]]