colour_clf_io.ASC_CDLStyle#

class colour_clf_io.ASC_CDLStyle(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Represents the valid values of the style attribute of an ASC_CDL element.

Attributes

References

FWD = 'Fwd'#

Implementation of v1.2 ASC CDL equation (default).

REV = 'Rev'#

Inverse equation.

FWD_NO_CLAMP = 'FwdNoClamp'#

Similar to the Fwd equation, but without clamping.

REV_NO_CLAMP = 'RevNoClamp'#

Inverse equation, without clamping.