MCL
Minimalistic Color Library
 All Classes Files
Environment Class Reference

Public Types

typedef XYZ WhitePoint
 
typedef Profile< RGBRGBProfile
 
typedef Profile< CMYKCMYKProfile
 

Public Member Functions

 Environment (const RGBProfile &, const CMYKProfile &, const WhitePoint &)
 
const WhitePointwhite_point () const
 
const RGBProfilergb_profile () const
 
const CMYKProfilecmyk_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)
 

The documentation for this class was generated from the following files: