Creates new PdfColorMask object.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfColorMask(
PdfRGBColor startColor,
PdfRGBColor endColor
)
Public Sub New (
startColor As PdfRGBColor,
endColor As PdfRGBColor
)
public:
PdfColorMask(
PdfRGBColor startColor,
PdfRGBColor endColor
)
new :
startColor : PdfRGBColor *
endColor : PdfRGBColor -> PdfColorMask
Parameters
-
startColor
-
Type:
Spire.Pdf.Graphics
PdfRGBColor
The start color.
-
endColor
-
Type:
Spire.Pdf.Graphics
PdfRGBColor
The end color.
See Also