BasicSetColorOperator Class
Base class for set color operators.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Operators
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class BasicSetColorOperator : SetColorOperator

The BasicSetColorOperator type exposes the following members.

Properties
  NameDescription
Public propertyB
Gets red component of color
Public propertyC
Gets cyan compoent of CMYK color.
Public propertyColor
Gets array of color components.
Public propertyG
Gets green component of color
Public propertyGrey
Gets black compoent of gray color.
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyK
Gets black compoent of CMYK color.
Public propertyM
Gets magenta compoent of CMYK color.
Public propertyR
Gets red component of color
Public propertyY
Gets yellow compoent of CMYK color.
Methods
  NameDescription
Public methodAccept
Accepts visitor IOperatorSelector which provides operators processing.
(Inherited from Operator.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodgetColor
Retirns color specified by the operator.
(Inherited from SetColorOperator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns text of operator and its parameters.
(Inherited from Operator.)
See Also