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