arsa  2.7
Public Attributes | List of all members
SDL_WindowShapeParams Union Reference

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

#include <SDL_shape.h>

Public Attributes

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.

Member Data 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.

◆ colorKey

SDL_Color SDL_WindowShapeParams::colorKey

Definition at line 97 of file SDL_shape.h.


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