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