|
Size: 1101
Comment: remove comment
|
Size: 1037
Comment: content changed
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 10: | Line 10: |
| ||[[SDL_Palette]]||'''*palette'''||should the * be w/ SDL_Palette?|| ||Uint8||'''BitsPerPixel'''||why is this field highlighted?|| ||Uint8||'''BytesPerPixel'''||ditto|| |
||[[SDL_Palette]]*||'''palette'''|| ||Uint8||'''Bits``Per``Pixel'''|| ||Uint8||'''Bytes``Per``Pixel'''|| |
SDL_PixelFormat
A structure that contains pixel format information.
Contents
Data Fields
palette |
|
Uint8 |
BitsPerPixel |
Uint8 |
BytesPerPixel |
Uint8 |
Rloss |
Uint8 |
Gloss |
Uint8 |
Bloss |
Uint8 |
Aloss |
Uint8 |
Rshift |
Uint8 |
Gshift |
Uint8 |
Bshift |
Uint8 |
Bshift |
Uint8 |
Ashift |
Uint32 |
Rmask |
Uint32 |
Gmask |
Uint32 |
Bmask |
Uint32 |
Amask |
Code Examples
You can add your code example here
Remarks
Everything in the pixel format structure is read-only.
Related Structures
Related Enumerations
