#include <NiColor.h>
◆ anonymous enum
anonymous enum : std::size_t |
Enumerator |
---|
kRed | |
kGreen | |
kBlue | |
kAlpha | |
kTotal | |
◆ NiColorA() [1/5]
constexpr RE::NiColorA::NiColorA |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ NiColorA() [2/5]
constexpr RE::NiColorA::NiColorA |
( |
const NiColorA & |
a_rhs | ) |
|
|
inlineconstexprnoexcept |
◆ NiColorA() [3/5]
constexpr RE::NiColorA::NiColorA |
( |
NiColorA && |
a_rhs | ) |
|
|
inlineconstexprnoexcept |
◆ NiColorA() [4/5]
constexpr RE::NiColorA::NiColorA |
( |
float |
a_red, |
|
|
float |
a_green, |
|
|
float |
a_blue, |
|
|
float |
a_alpha |
|
) |
| |
|
inlineconstexprnoexcept |
◆ NiColorA() [5/5]
RE::NiColorA::NiColorA |
( |
const Color & |
a_rhs | ) |
|
◆ ~NiColorA()
RE::NiColorA::~NiColorA |
( |
| ) |
|
|
defaultnoexcept |
◆ operator*()
NiColorA RE::NiColorA::operator* |
( |
float |
a_value | ) |
const |
|
inlinenoexcept |
◆ operator*=()
NiColorA & RE::NiColorA::operator*= |
( |
float |
a_value | ) |
|
|
inlinenoexcept |
◆ operator/()
NiColorA RE::NiColorA::operator/ |
( |
float |
a_value | ) |
const |
|
inlinenoexcept |
◆ operator/=()
NiColorA & RE::NiColorA::operator/= |
( |
float |
a_value | ) |
|
|
inlinenoexcept |
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ operator[]() [1/2]
constexpr const float & RE::NiColorA::operator[] |
( |
std::size_t |
a_idx | ) |
const |
|
inlineconstexprnoexcept |
◆ operator[]() [2/2]
constexpr float & RE::NiColorA::operator[] |
( |
std::size_t |
a_idx | ) |
|
|
inlineconstexprnoexcept |
◆ operator!=
◆ operator==
◆ alpha
float RE::NiColorA::alpha |
◆ blue
◆ green
float RE::NiColorA::green |
◆ red
The documentation for this class was generated from the following file: