ColorOperation
ColorOperation class
Represents different color operations used for color transformations. Immutable object.
public class ColorOperation : IColorOperation
Constructors
Name |
Description |
ColorOperation(ColorTransformOperation) |
Creates new color transform operation. |
ColorOperation(ColorTransformOperation, float) |
Creates new color transform operation. |
Properties
Methods
Name |
Description |
override Equals(object) |
Determines whether the two ColorOperation instances are equal. |
override GetHashCode() |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
See Also