Flags

Details

class Colord.IccLoadFlags(value)

Bases: GLib.Flags

Flags used when loading an ICC profile.

New in version 0.1.32.

NONE = 0

No flags set.

NAMED_COLORS = 1

Parse any named colors in the profile.

PRIMARIES = 16

Parse the primaries in the profile.

TRANSLATIONS = 2

Parse all translations in the profile.

ALL = 255
CHARACTERIZATION = 32

Load the characterization data from the profile

METADATA = 4

Parse the metadata in the profile.

FALLBACK_MD5 = 8

Calculate the profile MD5 if a profile ID was not supplied in the profile.