colour_clf_io.RangeStyle#

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

Bases: Enum

Represent the valid values of the style attribute of a colour_clf_io.Range Process Node.

Attributes

References

CLAMP = 'Clamp'#

Clamping is applied upon the result of the scale and offset expressed by the result of the non-clamping Range equation.

NO_CLAMP = 'noClamp'#

Scale and offset is applied without clamping (i.e., values below minOutValue or above maxOutValue are preserved).