maxon::ColorProfiles Namespace Reference

Functions

 MAXON_DECLARATION (ColorProfile, NONE, "net.maxon.image.colorprofile.none", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (ColorProfile, SRGB, "net.maxon.image.colorprofile.srgb", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (ColorProfile, SGREY, "net.maxon.image.colorprofile.sgrey", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (ColorProfile, CMYKdefault, "net.maxon.image.colorprofile.cmykdefault", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (ColorProfile, YUVdefault, "net.maxon.image.colorprofile.yuvdefault", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (ColorProfile, LINEAR_RGB, "net.maxon.image.colorprofile.linear_rgb", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (ColorProfile, LINEAR_GREY, "net.maxon.image.colorprofile.linear_grey", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 

Function Documentation

◆ MAXON_DECLARATION() [1/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
NONE  ,
"net.maxon.image.colorprofile.none"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Null color profile.

◆ MAXON_DECLARATION() [2/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
SRGB  ,
"net.maxon.image.colorprofile.srgb"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Default SRGB profile for rgb images.

◆ MAXON_DECLARATION() [3/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
SGREY  ,
"net.maxon.image.colorprofile.sgrey"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Default profile for gray images.

◆ MAXON_DECLARATION() [4/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
CMYKdefault  ,
"net.maxon.image.colorprofile.cmykdefault"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Default profile for cmyk images.

◆ MAXON_DECLARATION() [5/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
YUVdefault  ,
"net.maxon.image.colorprofile.yuvdefault"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Default profile for yuv images.

◆ MAXON_DECLARATION() [6/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
LINEAR_RGB  ,
"net.maxon.image.colorprofile.linear_rgb"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Default Linear profile for rgb images.

◆ MAXON_DECLARATION() [7/7]

maxon::ColorProfiles::MAXON_DECLARATION ( ColorProfile  ,
LINEAR_GREY  ,
"net.maxon.image.colorprofile.linear_grey"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Default Linear profile for gray images.