#include <AFade.h>
Definition at line 13 of file AFade.h.
◆ Color() [1/4]
◆ Color() [2/4]
Definition at line 22 of file AFade.h.
23 :
A( a_uiA ),
R( a_uiR ),
G( a_uiG ),
B( a_uiB ) {}
◆ Color() [3/4]
AFade::Color::Color |
( |
const Toshi::TColor & | a_rColor | ) |
|
|
inlineconstexpr |
Definition at line 25 of file AFade.h.
26 :
A( a_rColor.A ),
R( a_rColor.G ),
G( a_rColor.G ),
B( a_rColor.B ) {}
◆ Color() [4/4]
AFade::Color::Color |
( |
TUINT32 | a_uiColor | ) |
|
|
inlineconstexpr |
Definition at line 28 of file AFade.h.
30 {}
#define TCOLOR_GET_A(COLOR)
#define TCOLOR_GET_G(COLOR)
#define TCOLOR_GET_B(COLOR)
#define TCOLOR_GET_R(COLOR)
◆ GetTColor32()
TUINT32 AFade::Color::GetTColor32 |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 32 of file AFade.h.
33 {
35 }
#define TCOLOR_ALPHA(R, G, B, A)
The documentation for this struct was generated from the following file:
- D:/_dev/OpenBarnyard/Source/OpenBarnyard/Source/GUI/AFade.h