Click or drag to resize

PdfColorMask Constructor

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
)

Parameters

startColor
Type: Spire.Pdf.Graphics PdfRGBColor
The start color.
endColor
Type: Spire.Pdf.Graphics PdfRGBColor
The end color.
See Also