SDL 2.0
|
A union containing parameters for shaped windows. More...
#include <SDL_shape.h>
Data Fields | |
Uint8 | binarizationCutoff |
A cutoff alpha value for binarization of the window shape's alpha channel. | |
SDL_Color | colorKey |
A union containing parameters for shaped windows.
Definition at line 99 of file SDL_shape.h.
Uint8 SDL_WindowShapeParams::binarizationCutoff |
A cutoff alpha value for binarization of the window shape's alpha channel.
Definition at line 101 of file SDL_shape.h.
SDL_Color SDL_WindowShapeParams::colorKey |
Definition at line 102 of file SDL_shape.h.