public interface IColorOperation
Represents different color operations used for color transformations.
Modifier and Type | Method and Description |
---|---|
int |
getOperationType()
Returns or sets the type of an operation.
|
float |
getParameter()
Returns a parameter of an operation.
|
int getOperationType()
Returns or sets the type of an operation.
Read-only ColorTransformOperation
.
float getParameter()
Returns a parameter of an operation.
Read-only float
.