zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_PixelFormat Struct Reference

#include <SDL_pixels.h>

Public Attributes

Uint8 Aloss
 
Uint32 Amask
 
Uint8 Ashift
 
Uint8 BitsPerPixel
 
Uint8 Bloss
 
Uint32 Bmask
 
Uint8 Bshift
 
Uint8 BytesPerPixel
 
Uint32 format
 
Uint8 Gloss
 
Uint32 Gmask
 
Uint8 Gshift
 
struct SDL_PixelFormatnext
 
Uint8 padding [2]
 
SDL_Palettepalette
 
int refcount
 
Uint8 Rloss
 
Uint32 Rmask
 
Uint8 Rshift
 

Detailed Description

Note
Everything in the pixel format structure is read-only.

Definition at line 272 of file SDL_pixels.h.

Member Data Documentation

Uint8 SDL_PixelFormat::Aloss
Uint8 SDL_PixelFormat::Ashift
Uint8 SDL_PixelFormat::Bloss
Uint8 SDL_PixelFormat::Gloss
struct SDL_PixelFormat* SDL_PixelFormat::next

Definition at line 292 of file SDL_pixels.h.

Referenced by SDL_AllocFormat(), SDL_FreeFormat(), and SDL_InitFormat().

Uint8 SDL_PixelFormat::padding[2]

Definition at line 278 of file SDL_pixels.h.

int SDL_PixelFormat::refcount

Definition at line 291 of file SDL_pixels.h.

Referenced by SDL_AllocFormat(), SDL_FreeFormat(), and SDL_InitFormat().

Uint8 SDL_PixelFormat::Rloss

The documentation for this struct was generated from the following file: