In module gamera.core
__init__(red, green, blue).
Example: RGBPixel(255, 0, 0).
Each color value is in the range 0-255 (8 bits).
For more information about color operations, see the Color plugin docs.
(int property)
The current red value [0,255]
(int property)
The current green value [0, 255]
(int property)
The current blue value [0, 255]
(float property)
The hue [0, 1.0]
(float property)
The saturation [0, 1.0]
(float property)
The value [0, 1.0]
(float property)
The x value in CIE XYZ color space [0, 1.0]
(float property)
The y value in CIE XYZ color space [0, 1.0]
(float property)
The z value in CIE XYZ color space [0, 1.0]
(float property)
The L value in CIE L*a*b* color space [0, 100]
(float property)
The a value in CIE L*a*b* color space [-86.2, 98.3]
(float property)
The b value in CIE L*a*b* color space [-107.9, 94.5]
(int property)
The cyan value [0, 255]
(int property)
The magenta value [0, 255]
(int property)
The yellow value [0, 255]