"EDD Image Types"


Defines

#define EDDIMGMSG_MONO_8BIT   1
#define EDDIMGMSG_MONO_16BIT   2
#define EDDIMGMSG_MONO_12BIT   3
#define EDDIMGMSG_RGB565_16BIT   4
#define EDDIMGMSG_RGBA_32BIT   5
#define EDDIMGMSG_ABGR_32BIT   6

Detailed Description

These defines are used in the tsEDDImageDescMsg::mnImageType field.

Define Documentation

#define EDDIMGMSG_ABGR_32BIT   6

This data type indicates pixel items are transmitted in 32 bits, with 8 bits alpha, 8 bits blue, 8 bits green, and 8 bits red.

Definition at line 76 of file EDDImageDataMsg.h.

#define EDDIMGMSG_MONO_12BIT   3

This data type indicates pixel items are unsigned 12 bit numbers, but are packed in 2 octets.

Definition at line 67 of file EDDImageDataMsg.h.

#define EDDIMGMSG_MONO_16BIT   2

This data type indicates pixel items are packed as unsigned 16 bit numbers

Definition at line 64 of file EDDImageDataMsg.h.

#define EDDIMGMSG_MONO_8BIT   1

This data type indicates pixel items are packed as unsigned 8 bit numbers

Definition at line 62 of file EDDImageDataMsg.h.

#define EDDIMGMSG_RGB565_16BIT   4

This data type indicates pixel items are transmitted in 16 bits, with 5 bits red, 6 bits green, and 5 bits blue.

Definition at line 70 of file EDDImageDataMsg.h.

#define EDDIMGMSG_RGBA_32BIT   5

This data type indicates pixel items are transmitted in 32 bits, with 8 bits red, 8 bits green, 8 bits blue, and 8 bits reserved for alpha.

Definition at line 73 of file EDDImageDataMsg.h.


Generated on Sat Apr 25 17:20:44 2009 for EDD by  doxygen 1.5.8