Class BasicSetColorAndPatternOperator
Contents
[
Hide
]BasicSetColorAndPatternOperator class
Base operator for all Set Color operators.
public abstract class BasicSetColorAndPatternOperator : BasicSetColorOperator
Properties
| Name | Description |
|---|---|
| B { get; } | Gets red component of color |
| C { get; } | Gets cyan component of CMYK color. |
| virtual Color { get; } | Gets array of color components. |
| G { get; } | Gets green component of color |
| Gray { get; } | Gets black component of gray color. |
| Index { get; set; } | Operator index in page operators list. |
| K { get; } | Gets black component of CMYK color. |
| M { get; } | Gets magenta component of CMYK color. |
| PatternName { get; } | Gets Pattern Name. |
| R { get; } | Gets red component of color |
| Y { get; } | Gets yellow component of CMYK color. |
Methods
| Name | Description |
|---|---|
| abstract Accept(IOperatorSelector) | Accepts visitor IOperatorSelector which provides operators processing. |
| abstract getColor() | Retirns color specified by the operator. |
| override ToString() | Returns text of operator and its parameters. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also
- class BasicSetColorOperator
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF