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