|
Synergy Color Management Component - SDK -
2018.0.80
|
Color space. More...
Public Types | |
| typedef SharedPtr< ColorSpace > | Ptr |
| shared pointer More... | |
Public Member Functions | |
| virtual | ~ColorSpace () |
| Destructor. More... | |
| virtual const char * | getName () const =0 |
| Get the color space unique name. More... | |
| virtual const char * | getUserFacingName () const =0 |
| virtual SynStatus | getChromaticities (Chromaticities &chromaticities) const =0 |
| Get all the chromaticity coordinates i.e. red, green, blue and the white point. More... | |
Color space.
| typedef SharedPtr<ColorSpace> SYNCOLOR::ColorSpace::Ptr |
shared pointer
|
virtual |
Destructor.
|
pure virtual |
Get the color space unique name.
|
pure virtual |
Get the user facing color space name
|
pure virtual |
Get all the chromaticity coordinates i.e. red, green, blue and the white point.
| chromaticities | [out] contains the red, green, blue and white point values |