ColorOperation Class

Represents different color operations used for color transformations. Immutable object.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesColorOperation

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ColorOperation : IColorOperation

The ColorOperation type exposes the following members.

Constructors
  NameDescription
Public methodColorOperation(ColorTransformOperation)
Creates new color transform operation.
Public methodColorOperation(ColorTransformOperation, Single)
Creates new color transform operation.
Properties
  NameDescription
Public propertyOperationType
Returns or sets the type of an operation. Read-only ColorTransformOperation.
Public propertyParameter
Returns a parameter of an operation. Read-only Single.
Methods
  NameDescription
Public methodEquals
Determines whether the two ColorOperation instances are equal.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also