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. More...
 
SDL_Color colorKey
 

Detailed Description

A union containing parameters for shaped windows.

Definition at line 94 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 96 of file SDL_shape.h.

Referenced by main(), RecursivelyCalculateShapeTree(), SDL_CalculateShapeBitmap(), and SDL_CreateShapedWindow().

◆ colorKey

SDL_Color SDL_WindowShapeParams::colorKey

Definition at line 97 of file SDL_shape.h.

Referenced by main(), RecursivelyCalculateShapeTree(), and SDL_CalculateShapeBitmap().


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