Skip to main content

Module icc

Module icc 

Source
Expand description

ICC profile constants.

Reference values for ICC color management, including the Profile Connection Space (PCS) white point and standard color space primaries.

Constantsยง

ADOBE_RGB_PRIMARIES
Adobe RGB (1998) primaries in CIE 1931 xy chromaticity.
BRADFORD_D50_TO_D65
Bradford chromatic adaptation matrix: D50 to D65.
BRADFORD_D65_TO_D50
Bradford chromatic adaptation matrix: D65 to D50.
PCS_WHITEPOINT
ICC Profile Connection Space (PCS) white point: D50.
SRGB_PRIMARIES
sRGB color space primaries in CIE 1931 xy chromaticity.
SRGB_TO_XYZ_D65
sRGB to XYZ (D65) matrix (3x3, row-major).
XYZ_D65_TO_SRGB
XYZ (D65) to sRGB matrix (3x3, row-major).