![]() |
MCL
Minimalistic Color Library
|
Public Types | |
| typedef XYZ | WhitePoint |
| typedef Profile< RGB > | RGBProfile |
| typedef Profile< CMYK > | CMYKProfile |
Public Member Functions | |
| Environment (const RGBProfile &, const CMYKProfile &, const WhitePoint &) | |
| const WhitePoint & | white_point () const |
| const RGBProfile & | rgb_profile () const |
| const CMYKProfile & | cmyk_profile () const |
Static Public Attributes | |
| static const WhitePoint | D65 = WhitePoint(95.047, 100.000, 108.883) |
| static const RGBProfile | SRGB = RGBProfile (srgb_to_xyz, xyz_to_srgb) |
| static const CMYKProfile | SRGB_CMYK = CMYKProfile(cmyk_to_xyz, xyz_to_cmyk) |
| static Environment | DEFAULT = Environment(SRGB, SRGB_CMYK, D65) |