Functions | |
MAXON_DECLARATION (ColorProfile, NONE, "net.maxon.image.colorprofile.none") | |
MAXON_DECLARATION (ColorProfile, SRGB, "net.maxon.image.colorprofile.srgb") | |
MAXON_DECLARATION (ColorProfile, SGREY, "net.maxon.image.colorprofile.sgrey") | |
MAXON_DECLARATION (ColorProfile, CMYKdefault, "net.maxon.image.colorprofile.cmykdefault") | |
MAXON_DECLARATION (ColorProfile, YUVdefault, "net.maxon.image.colorprofile.yuvdefault") | |
MAXON_DECLARATION (ColorProfile, LINEAR_RGB, "net.maxon.image.colorprofile.linear_rgb") | |
MAXON_DECLARATION (ColorProfile, LINEAR_GREY, "net.maxon.image.colorprofile.linear_grey") | |
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
NONE | , | ||
"net.maxon.image.colorprofile.none" | |||
) |
Null color profile.
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
SRGB | , | ||
"net.maxon.image.colorprofile.srgb" | |||
) |
Default SRGB profile for rgb images.
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
SGREY | , | ||
"net.maxon.image.colorprofile.sgrey" | |||
) |
Default profile for gray images.
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
CMYKdefault | , | ||
"net.maxon.image.colorprofile.cmykdefault" | |||
) |
Default profile for cmyk images.
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
YUVdefault | , | ||
"net.maxon.image.colorprofile.yuvdefault" | |||
) |
Default profile for yuv images.
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
LINEAR_RGB | , | ||
"net.maxon.image.colorprofile.linear_rgb" | |||
) |
Default Linear profile for rgb images.
maxon::ColorProfiles::MAXON_DECLARATION | ( | ColorProfile | , |
LINEAR_GREY | , | ||
"net.maxon.image.colorprofile.linear_grey" | |||
) |
Default Linear profile for gray images.