IColorOperation

IColorOperation interface

Represents different color operations used for color transformations.

public interface IColorOperation

Properties

NameDescription
OperationType { get; }Returns or sets the type of an operation. Read-only ColorTransformOperation.
Parameter { get; }Returns a parameter of an operation. Read-only Single.

See Also