函数
|
|
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")
|
Function Documentation
◆
MAXON_DECLARATION()
[1/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
NONE
|
,
|
|
|
"net.maxon.image.colorprofile.none"
|
|
|
)
|
|
|
Null color profile.
◆
MAXON_DECLARATION()
[2/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
SRGB
|
,
|
|
|
"net.maxon.image.colorprofile.srgb"
|
|
|
)
|
|
|
Default SRGB profile for rgb images.
◆
MAXON_DECLARATION()
[3/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
SGREY
|
,
|
|
|
"net.maxon.image.colorprofile.sgrey"
|
|
|
)
|
|
|
Default profile for gray images.
◆
MAXON_DECLARATION()
[4/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
CMYKdefault
|
,
|
|
|
"net.maxon.image.colorprofile.cmykdefault"
|
|
|
)
|
|
|
Default profile for cmyk images.
◆
MAXON_DECLARATION()
[5/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
YUVdefault
|
,
|
|
|
"net.maxon.image.colorprofile.yuvdefault"
|
|
|
)
|
|
|
Default profile for yuv images.
◆
MAXON_DECLARATION()
[6/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
LINEAR_RGB
|
,
|
|
|
"net.maxon.image.colorprofile.linear_rgb"
|
|
|
)
|
|
|
Default Linear profile for rgb images.
◆
MAXON_DECLARATION()
[7/7]
maxon::ColorProfiles::MAXON_DECLARATION
|
(
|
ColorProfile
|
,
|
|
|
LINEAR_GREY
|
,
|
|
|
"net.maxon.image.colorprofile.linear_grey"
|
|
|
)
|
|
|
Default Linear profile for gray images.