PixEngineChannelDesc structure

Represents a description of a color (sample) channel.

Syntax


typedef struct PixEngineChannelDesc {
  int bits;
  int numFormat;
  int shift;
} PixEngineChannelDesc;

Members

bits

The number of bits in the channel

numFormat

The format.

shift

The number of bits to shift to extract the sample bits.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: