Initializes a new instance of the PDFColor class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PDFColor(
	uint R,
	uint G,
	uint B
)
Visual Basic
Public Sub New ( _
	R As UInteger, _
	G As UInteger, _
	B As UInteger _
)
Visual C++
public:
PDFColor(
	unsigned int R, 
	unsigned int G, 
	unsigned int B
)

See Also