IXC_SwapChannels Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:13, 20 March 2015

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