SDL_FColor

The bits of this structure can be directly reinterpreted as a float-packed color which uses the SDL_PIXELFORMAT_RGBA128_FLOAT format

extern (C) nothrow @nogc
struct SDL_FColor {}

Members

Variables

a
float a;
Undocumented in source.
b
float b;
Undocumented in source.
g
float g;
Undocumented in source.
r
float r;
Undocumented in source.

Meta