SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::FColor Member List

This is the complete list of members for SDL::FColor, including all inherited members.

FColor(const FColorRaw &color={}) noexceptSDL::FColorinline
FColor(float r, float g, float b, float a=1) noexceptSDL::FColorinline
GetA() const noexceptSDL::FColorinline
GetB() const noexceptSDL::FColorinline
GetG() const noexceptSDL::FColorinline
GetR() const noexceptSDL::FColorinline
SetA(float newA) noexceptSDL::FColorinline
SetB(float newB) noexceptSDL::FColorinline
SetG(float newG) noexceptSDL::FColorinline
SetR(float newR) noexceptSDL::FColorinline