|
constexpr | XYZA (F32 xyza=0.0f) noexcept |
|
constexpr | XYZA (F32 x, F32 y, F32 z, F32 a=1.0f) noexcept |
|
constexpr | XYZA (const XYZA &xyza) noexcept=default |
|
constexpr | XYZA (XYZA &&xyza) noexcept=default |
|
constexpr | XYZA (const XYZ &xyz, F32 a=1.0f) noexcept |
|
| XYZA (const RGBA &rgba) noexcept |
|
constexpr | XYZA (F32x4 v) noexcept |
|
| ~XYZA ()=default |
|
XYZA & | operator= (const XYZA &xyza) noexcept=default |
|
XYZA & | operator= (XYZA &&xyza) noexcept=default |
|
F32 & | X () noexcept |
|
constexpr F32 | X () const noexcept |
|
F32 & | Y () noexcept |
|
constexpr F32 | Y () const noexcept |
|
F32 & | Z () noexcept |
|
constexpr F32 | Z () const noexcept |
|
F32 & | A () noexcept |
|
constexpr F32 | A () const noexcept |
|
constexpr | Array () noexcept |
|
constexpr | Array (const F32 &value) noexcept |
|
constexpr | Array (ArgsT &&... args) noexcept |
|
constexpr | Array (const Array< F32, FromN, alignof(F32) > &a) noexcept |
|
constexpr | Array (const Array< F32, FromN, FromA > &a) noexcept |
|
constexpr | Array (const Array< F32, FromN, alignof(F32) > &a, ArgsT &&... args) noexcept |
|
constexpr | Array (const Array< F32, FromN, FromA > &a, ArgsT &&... args) noexcept |
|
constexpr | Array (const Array &a) noexcept=default |
|
constexpr | Array (Array &&a) noexcept=default |
|
constexpr | Array (const Array< FromT, N, FromA > &a) noexcept |
|
| ~Array ()=default |
|
Array & | operator= (const Array &a) noexcept=default |
|
Array & | operator= (Array &&a) noexcept=default |
|
A struct of XYZA color spectra.