IXC_SwapChannels Enumeration

From PDF XChange PDF SDK
Revision as of 07:13, 20 March 2015 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 IXC_SwapChannels
{
    SwapChannels_RGB2RGB = 0;
    SwapChannels_RGB2RBG = 1;
    SwapChannels_RGB2BGR = 2;
    SwapChannels_RGB2BRG = 3;
    SwapChannels_RGB2GRB = 4;
    SwapChannels_RGB2GBR = 5;
};

Constants

SwapChannels_RGB2RGB
The ...
SwapChannels_RGB2RBG
The ...
SwapChannels_RGB2BGR
The ...
SwapChannels_RGB2BRG
The ...
SwapChannels_RGB2GRB
The ...
SwapChannels_RGB2GBR
The ...

See Also

See also ...