Defines the Russell RGB colourspace:
See also
References
[1] | Cottrell, R. (n.d.). The Russell RGB working color space. Retrieved from http://www.russellcottrell.com/photo/downloads/RussellRGB.icc |
Russell RGB colourspace primaries.
RUSSELL_RGB_PRIMARIES : ndarray, (3, 2)
Russell RGB colourspace whitepoint name as illuminant.
RUSSELL_RGB_ILLUMINANT : unicode
Russell RGB colourspace whitepoint.
RUSSELL_RGB_WHITEPOINT : tuple
Russell RGB colourspace to CIE XYZ tristimulus values matrix.
RUSSELL_RGB_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ tristimulus values to Russell RGB colourspace matrix.
XYZ_TO_RUSSELL_RGB_MATRIX : array_like, (3, 3)
Transfer function from linear to Russell RGB colourspace.
RUSSELL_RGB_TRANSFER_FUNCTION : object
Inverse transfer function from Russell RGB colourspace to linear.
RUSSELL_RGB_INVERSE_TRANSFER_FUNCTION : object
Russell RGB colourspace.
RUSSELL_RGB_COLOURSPACE : RGB_Colourspace