SetAdvancedColor.SetAdvancedColor
Contents
[
Hide
]SetAdvancedColor()
Initializes operator.
public SetAdvancedColor()
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetAdvancedColor(double, string)
Constructor for scn operator.
public SetAdvancedColor(double g, string patternName)
| Parameter | Type | Description |
|---|---|---|
| g | Double | Color value. |
| patternName | String | Pattern name. |
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetAdvancedColor(double)
Constructor for scn operator.
public SetAdvancedColor(double g)
| Parameter | Type | Description |
|---|---|---|
| g | Double | Color value. |
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetAdvancedColor(double, double, double, string)
Constructor for scn operator.
public SetAdvancedColor(double r, double g, double b, string patternName)
| Parameter | Type | Description |
|---|---|---|
| r | Double | Red component of the color. |
| g | Double | Green component of the color. |
| b | Double | Blue component of the color. |
| patternName | String | Pattern name. |
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetAdvancedColor(double, double, double, double, string)
Constructor for scn operator.
public SetAdvancedColor(double c, double m, double y, double k, string patternName)
| Parameter | Type | Description |
|---|---|---|
| c | Double | Cyan component of the color. |
| m | Double | Magenta component of the color. |
| y | Double | Yellow component of the color. |
| k | Double | Black component of the color. |
| patternName | String | Pattern name. |
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetAdvancedColor(string)
Constructor for scn operator.
public SetAdvancedColor(string patternName)
| Parameter | Type | Description |
|---|---|---|
| patternName | String | Pattern name. |
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetAdvancedColor(double[], string)
Constructor for scn operator.
public SetAdvancedColor(double[] colors, string patternName)
| Parameter | Type | Description |
|---|---|---|
| patternName | Double[] | Pattern name. |
| colors | String | Color array. |
See Also
- class SetAdvancedColor
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF