This structure provides the pixel format information in terms of actual component offsets. More...
#include <RemoteDesktop.h>
Public Attributes | |
int | bpp |
Pixel Size in bits. | |
int | redoffset |
Beginning of the red component. | |
int | redlength |
Length of the red component in bits. | |
int | greenoffset |
Beginning of the green component. | |
int | greenlength |
Length of the green component in bits. | |
int | blueoffset |
Beginning of the blue component. | |
int | bluelength |
Length of the blue component in bits. | |
int | alphaoffset |
Beginning of the alpha component. | |
int | alphalength |
Length of the alpha component in bits. |
This structure provides the pixel format information in terms of actual component offsets.
PixelFormatDetail contains the information about the actual red, green, blue and alpha offset
positions and lengths.
Length of the alpha component in bits.
Beginning of the alpha component.
Length of the blue component in bits.
Beginning of the blue component.
Pixel Size in bits.
Length of the green component in bits.
Beginning of the green component.
Length of the red component in bits.
Beginning of the red component.