Colour Sample
data class ColourSample(val closestSwatch: PredominantColorProcessor.Swatch, val red: Int, val green: Int, val blue: Int, val hue: Int, val saturation: Int, val value: Int, val luminance: Int, val chrominanceRed: Int, val chrominanceBlue: Int) : VisionData
Data class for storing data related to the return results of a PredominantColorProcessor. This data class will only have one instance affixed to the corresponding ColourSensor.
Since
5.0.0
Constructors
Properties
Link copied to clipboard
The exact Blue-difference Chroma (Cb) YCrCb component of the dominant colour within the Region of Interest. (0-255, center 128)
Link copied to clipboard
The exact Red-difference Chroma (Cr) YCrCb component of the dominant colour within the Region of Interest. (0-255, center 128)
Link copied to clipboard
The "best guess" at the general shade of the dominant colour in the Region of Interest.
Link copied to clipboard
The exact Saturation HSV component of the dominant colour within the Region of Interest. (0-255)