#include <color.h>
|
| static constexpr UnpackT | UnpackAlphaLast (unsigned Color, bool Alpha=true) |
| float | x |
| float | r |
| float | h |
| union { | |
| float x | |
| float r | |
| float h | |
| }; | |
| float | y |
| float | g |
| float | s |
| union { | |
| float y | |
| float g | |
| float s | |
| }; | |
| float | z |
| float | b |
| float | l |
| float | v |
| union { | |
| float z | |
| float b | |
| float l | |
| float v | |
| }; | |
| float | w |
| float | a |
| union { | |
| float w | |
| float a | |
| }; | |
◆ ColorHSLA()
◆ color4_base() [1/5]
◆ color4_base() [2/5]
template<typename OtherDerivedT>
◆ color4_base() [3/5]
| color4_base< DerivedT >::color4_base |
( |
float | nx, |
|
|
float | ny, |
|
|
float | nz ) |
|
inlineconstexpr |
◆ color4_base() [4/5]
| color4_base< DerivedT >::color4_base |
( |
float | nx, |
|
|
float | ny, |
|
|
float | nz, |
|
|
float | na ) |
|
inlineconstexpr |
◆ color4_base() [5/5]
| color4_base< DerivedT >::color4_base |
( |
unsigned | col, |
|
|
bool | alpha = false ) |
|
inlineconstexpr |
◆ Pack() [1/2]
| unsigned ColorHSLA::Pack |
( |
bool | Alpha = true | ) |
const |
|
inlineconstexpr |
◆ Pack() [2/2]
| unsigned ColorHSLA::Pack |
( |
float | Darkest, |
|
|
bool | Alpha = false ) const |
|
inlineconstexpr |
◆ UnclampLighting()
| ColorHSLA ColorHSLA::UnclampLighting |
( |
float | Darkest | ) |
const |
|
inlineconstexpr |
◆ DARKEST_LGT
| const float ColorHSLA::DARKEST_LGT = 0.5f |
|
staticconstexpr |
◆ DARKEST_LGT7
| const float ColorHSLA::DARKEST_LGT7 = 61.0f / 255.0f |
|
staticconstexpr |
The documentation for this class was generated from the following file: