|
xine-lib
1.2.10
|
Go to the source code of this file.
Data Structures | |
| struct | Color |
| union | _PIXEL |
Macros | |
| #define | A_CHANNEL 0xFF000000 |
| #define | R_CHANNEL 0x00FF0000 |
| #define | G_CHANNEL 0x0000FF00 |
| #define | B_CHANNEL 0x000000FF |
| #define | A_OFFSET 24 |
| #define | R_OFFSET 16 |
| #define | G_OFFSET 8 |
| #define | B_OFFSET 0 |
Typedefs | |
| typedef unsigned int | Uint |
| typedef union _PIXEL | Pixel |
Variables | |
| const Color | BLACK |
| const Color | WHITE |
| const Color | RED |
| const Color | BLUE |
| const Color | GREEN |
| const Color | YELLOW |
| const Color | ORANGE |
| const Color | VIOLET |
| #define A_CHANNEL 0xFF000000 |
| #define A_OFFSET 24 |
| #define B_CHANNEL 0x000000FF |
| #define B_OFFSET 0 |
| #define G_CHANNEL 0x0000FF00 |
| #define G_OFFSET 8 |
| #define R_CHANNEL 0x00FF0000 |
| #define R_OFFSET 16 |
| typedef unsigned int Uint |
| const Color BLACK |
Referenced by goom_update().
| const Color BLUE |
| const Color GREEN |
| const Color ORANGE |
Referenced by goom_update().
| const Color RED |
| const Color VIOLET |
Referenced by goom_update().
| const Color WHITE |
Referenced by goom_update(), and pointFilter().
| const Color YELLOW |
Referenced by goom_update().
1.8.17