ColorOperation

ColorOperation(ColorTransformOperation)

Creates new color transform operation.

public ColorOperation(ColorTransformOperation op)
ParameterTypeDescription
opColorTransformOperationOperation type.

See Also


ColorOperation(ColorTransformOperation, float)

Creates new color transform operation.

public ColorOperation(ColorTransformOperation op, float parameter)
ParameterTypeDescription
opColorTransformOperationOperation type.
parameterSingleOperation parameter.

See Also