Ark Server API (ASA) - Wiki
|
#include <Float16Color.h>
Public Member Functions | |
uint16 * | GetFourHalves () |
const uint16 * | GetFourHalves () const |
const FLinearColor | GetFloats () const |
FFloat16Color () | |
FFloat16Color (const FFloat16Color &Src) | |
FFloat16Color (const FLinearColor &Src) | |
FFloat16Color & | operator= (const FFloat16Color &Src) |
bool | operator== (const FFloat16Color &Src) const |
Public Attributes | |
FFloat16 | R |
FFloat16 | G |
FFloat16 | B |
FFloat16 | A |
RGBA Color made up of FFloat16
Definition at line 12 of file Float16Color.h.
FORCEINLINE FFloat16Color::FFloat16Color | ( | ) |
Default constructor
Definition at line 49 of file Float16Color.h.
FORCEINLINE FFloat16Color::FFloat16Color | ( | const FFloat16Color & | Src | ) |
Copy constructor.
Definition at line 52 of file Float16Color.h.
FORCEINLINE FFloat16Color::FFloat16Color | ( | const FLinearColor & | Src | ) |
Constructor from a linear color.
Definition at line 61 of file Float16Color.h.
FORCEINLINE const FLinearColor FFloat16Color::GetFloats | ( | ) | const |
Definition at line 67 of file Float16Color.h.
|
inline |
Definition at line 22 of file Float16Color.h.
Definition at line 23 of file Float16Color.h.
FORCEINLINE FFloat16Color & FFloat16Color::operator= | ( | const FFloat16Color & | Src | ) |
assignment operator
Definition at line 75 of file Float16Color.h.
FORCEINLINE bool FFloat16Color::operator== | ( | const FFloat16Color & | Src | ) | const |
Checks whether two colors are identical.
Src | The other color. |
Definition at line 84 of file Float16Color.h.
FFloat16 FFloat16Color::A |
Definition at line 19 of file Float16Color.h.
FFloat16 FFloat16Color::B |
Definition at line 18 of file Float16Color.h.
FFloat16 FFloat16Color::G |
Definition at line 17 of file Float16Color.h.
FFloat16 FFloat16Color::R |
Definition at line 16 of file Float16Color.h.