PXC_ColorSampleType Enumeration

From PDF XChange PDF SDK
Revision as of 11:06, 11 January 2016 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_ColorSampleType
{
    CST_Gray   = 0,
    CST_RGB    = 1,
    CST_CMYK   = 2,
    _CST_Last_ = 3,
};

Constants

CST_Gray
The ...
CST_RGB
The ...
CST_CMYK
The ...
_CST_Last_
The ...

See Also

IPXC_ColorSpace::ConvertTo