SDL 2.0
SDL_WindowShapeParams Union Reference

A union containing parameters for shaped windows. More...

#include <SDL_shape.h>

+ Collaboration diagram for SDL_WindowShapeParams:

Data Fields

Uint8 binarizationCutoff
 A cutoff alpha value for binarization of the window shape's alpha channel.
 
SDL_Color colorKey
 

Detailed Description

A union containing parameters for shaped windows.

Definition at line 99 of file SDL_shape.h.

Field Documentation

◆ binarizationCutoff

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.

◆ colorKey

SDL_Color SDL_WindowShapeParams::colorKey

Definition at line 102 of file SDL_shape.h.


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