ColorSpaceInitColor Method |
Set color to the initial value used for this color space.
The initial value depends on the color space (see 4.5.7 in PDF Ref. Manual).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void InitColor(
ColorPt out_colorants
)
Public Sub InitColor (
out_colorants As ColorPt
)
public:
virtual void InitColor(
[InAttribute] ColorPt^ out_colorants
) sealed
function InitColor(out_colorants);
Parameters
- out_colorants
- Type: pdftron.PDFColorPt
the out_colorants
See Also