IXC_SwapChannels Enumeration

From PDF XChange PDF SDK
Revision as of 06:59, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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 ...