Flags¶
Details¶
- class Babl.ModelFlag(value)¶
Bases:
GLib.Flags
- LINEAR = 1024¶
the data has no TRC, i.e. is linear
- GRAY = 1048576¶
this is a gray component model
- CMYK = 16777216¶
the encodings described are CMYK encodings, the space associated is expected to contain an CMYK ICC profile.
- ALPHA = 2¶
the model encodes alpha.
- NONLINEAR = 2048¶
the data has a TRC - the TRC from the configured space
- RGB = 2097152¶
this is an RGB based component model, the space associated is expected to contain an RGB matrix profile.
- ASSOCIATED = 4¶
the alpha is associated alpha.
- PERCEPTUAL = 4096¶
the data has a TRC - a perceptual TRC where 50% gray is 0.5
- INVERTED = 8¶
the components are inverted (used for getting the additive complement space of CMYK).
- CIE = 8388608¶
this model is part of the CIE family of spaces