SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_WindowShapeParams Union Reference

SDL_WindowShapeParams Union Reference

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.

Detailed Description

A union containing parameters for shaped windows.

Definition at line 93 of file SDL_shape.h.


Field Documentation

a cutoff alpha value for binarization of the window shape's alpha channel.

Definition at line 95 of file SDL_shape.h.