Packages
colord
Cd
RenderingIntent
ABSOLUTE_COLORIMETRIC
PERCEPTUAL
RELATIVE_COLORIMETRIC
SATURATION
UNKNOWN
from_string
to_string
RenderingIntent
Description:
[
CCode
( cprefix =
"CD_RENDERING_INTENT_"
, has_type_id =
false
) ]
public
enum
RenderingIntent
The rendering intent.
Namespace:
Cd
Package:
colord
Content:
Enum values:
ABSOLUTE_COLORIMETRIC
-
Used when a specific color is required
PERCEPTUAL
-
Used for photos as it maintains contrast
RELATIVE_COLORIMETRIC
-
Used for graphic design and named colors
SATURATION
-
Used for business charts as it maintains saturation without dithering
UNKNOWN
-
Unknown rendering intent
Static methods:
public
static
RenderingIntent
from_string
(
string
rendering_intent)
Methods:
public
unowned
string
to_string
()