| 
| constexpr  | RGBA (F32 rgba=0.0f) noexcept | 
|   | 
| constexpr  | RGBA (F32 r, F32 g, F32 b, F32 a=1.0f) noexcept | 
|   | 
| constexpr  | RGBA (const RGBA &rgba) noexcept=default | 
|   | 
| constexpr  | RGBA (RGBA &&rgba) noexcept=default | 
|   | 
| constexpr  | RGBA (const RGB &rgb, F32 a=1.0f) noexcept | 
|   | 
|   | RGBA (const SRGBA &srgba) noexcept | 
|   | 
|   | RGBA (const XYZA &xyza) noexcept | 
|   | 
| constexpr  | RGBA (F32x4 v) noexcept | 
|   | 
|   | ~RGBA ()=default | 
|   | 
| RGBA &  | operator= (const RGBA &rgba) noexcept=default | 
|   | 
| RGBA &  | operator= (RGBA &&rgba) noexcept=default | 
|   | 
| F32 &  | R () noexcept | 
|   | 
| constexpr F32  | R () const noexcept | 
|   | 
| F32 &  | G () noexcept | 
|   | 
| constexpr F32  | G () const noexcept | 
|   | 
| F32 &  | B () noexcept | 
|   | 
| constexpr F32  | B () 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 RGBA color spectra.