ColorSpaceConvert2RGB Method |
A convenience function used to convert color points from the current
color space to DeviceRGB color space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Convert2RGB(
ColorPt in_color,
ColorPt out_color
)
Public Sub Convert2RGB (
in_color As ColorPt,
out_color As ColorPt
)
public:
virtual void Convert2RGB(
[InAttribute] ColorPt^ in_color,
[InAttribute] ColorPt^ out_color
) sealed
function Convert2RGB(in_color, out_color);
Parameters
- in_color
- Type: pdftron.PDFColorPt
input color point in the current color space
- out_color
- Type: pdftron.PDFColorPt
output color point in the DeviceRGB color space
Return Value
Type:
the color pt
Remarks the number to input colorants must match the number of colorants
expected by the current color space.
See Also