ColorType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 35: Line 35:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IAUX_Inst_CreateColor|IAUX_Inst::CreateColor]], [[PXV:IColor_Type|IColor::Type]], [[PXV:IPXC_Color_Value|IPXC_Color::Value]], [[PXV:IUIX_Inst_CreateColor|IUIX_Inst::CreateColor]]

Revision as of 02:56, 23 May 2015


Specifies the ...

Syntax

enum ColorType
{
    ColorType_Auto    = -3,
    ColorType_Default = -2,
    ColorType_None    = -1,
    ColorType_RGB     = 0,
    ColorType_CMYK    = 1,
    ColorType_Gray    = 2,
};

Constants

ColorType_Auto
The ...
ColorType_Default
The ...
ColorType_None
The ...
ColorType_RGB
The ...
ColorType_CMYK
The ...
ColorType_Gray
The ...

See Also

IAUX_Inst::CreateColor, IColor::Type, IPXC_Color::Value, IUIX_Inst::CreateColor