|
SDL 2.0
|
#include <SDL_pixels.h>
Collaboration diagram for SDL_PixelFormat:Data Fields | |
| Uint32 | format |
| SDL_Palette * | palette |
| Uint8 | BitsPerPixel |
| Uint8 | BytesPerPixel |
| Uint8 | padding [2] |
| Uint32 | Rmask |
| Uint32 | Gmask |
| Uint32 | Bmask |
| Uint32 | Amask |
| Uint8 | Rloss |
| Uint8 | Gloss |
| Uint8 | Bloss |
| Uint8 | Aloss |
| Uint8 | Rshift |
| Uint8 | Gshift |
| Uint8 | Bshift |
| Uint8 | Ashift |
| int | refcount |
| struct SDL_PixelFormat * | next |
Definition at line 347 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Aloss |
Definition at line 361 of file SDL_pixels.h.
| Uint32 SDL_PixelFormat::Amask |
Definition at line 357 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Ashift |
Definition at line 365 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::BitsPerPixel |
Definition at line 351 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Bloss |
Definition at line 360 of file SDL_pixels.h.
| Uint32 SDL_PixelFormat::Bmask |
Definition at line 356 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Bshift |
Definition at line 364 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::BytesPerPixel |
Definition at line 352 of file SDL_pixels.h.
| Uint32 SDL_PixelFormat::format |
Definition at line 349 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Gloss |
Definition at line 359 of file SDL_pixels.h.
| Uint32 SDL_PixelFormat::Gmask |
Definition at line 355 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Gshift |
Definition at line 363 of file SDL_pixels.h.
| struct SDL_PixelFormat* SDL_PixelFormat::next |
Definition at line 367 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::padding[2] |
Definition at line 353 of file SDL_pixels.h.
| SDL_Palette* SDL_PixelFormat::palette |
Definition at line 350 of file SDL_pixels.h.
| int SDL_PixelFormat::refcount |
Definition at line 366 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Rloss |
Definition at line 358 of file SDL_pixels.h.
| Uint32 SDL_PixelFormat::Rmask |
Definition at line 354 of file SDL_pixels.h.
| Uint8 SDL_PixelFormat::Rshift |
Definition at line 362 of file SDL_pixels.h.