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 cie_x value [0, 1.0]
(float property)
The cie_y value [0, 1.0]
(float property)
The cie_z value [0, 1.0]
(int property)
The cyan value [0, 255]
(int property)
The magenta value [0, 255]
(int property)
The yellow value [0, 255]