ColorOperation class

ColorOperation class

Represents different color operations used for color transformations. Immutable object.

The ColorOperation type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new color transform operation.
__init__Creates new color transform operation.

Properties

PropertyDescription
operation_typeReturns or sets the type of an operation.
Read-only ColorTransformOperation.
parameterReturns a parameter of an operation.
Read-only float.

See Also