#include <color.h>
|
| template<typename UnpackT> |
| static constexpr UnpackT | UnpackAlphaLast (unsigned Color, bool Alpha=true) |
|
| union { | |
| float x | |
| float r | |
| float h | |
| }; | |
| union { | |
| float y | |
| float g | |
| float s | |
| }; | |
| union { | |
| float z | |
| float b | |
| float l | |
| float v | |
| }; | |
| union { | |
| float w | |
| float a | |
| }; | |
◆ color4_base() [1/5]
template<typename DerivedT>
◆ color4_base() [2/5]
template<typename DerivedT>
| color4_base< DerivedT >::color4_base |
( |
float | nx, |
|
|
float | ny, |
|
|
float | nz, |
|
|
float | na ) |
|
inlineconstexpr |
◆ color4_base() [3/5]
template<typename DerivedT>
| color4_base< DerivedT >::color4_base |
( |
float | nx, |
|
|
float | ny, |
|
|
float | nz ) |
|
inlineconstexpr |
◆ color4_base() [4/5]
template<typename DerivedT>
| color4_base< DerivedT >::color4_base |
( |
unsigned | col, |
|
|
bool | alpha = false ) |
|
inlineconstexpr |
◆ color4_base() [5/5]
template<typename DerivedT>
template<typename OtherDerivedT>
◆ operator!=()
template<typename DerivedT>
◆ operator==()
template<typename DerivedT>
◆ operator[]()
template<typename DerivedT>
| float & color4_base< DerivedT >::operator[] |
( |
int | index | ) |
|
|
inlineconstexpr |
◆ Pack()
template<typename DerivedT>
| unsigned color4_base< DerivedT >::Pack |
( |
bool | Alpha = true | ) |
const |
|
inlineconstexpr |
◆ PackAlphaLast()
template<typename DerivedT>
| unsigned color4_base< DerivedT >::PackAlphaLast |
( |
bool | Alpha = true | ) |
const |
|
inlineconstexpr |
◆ UnpackAlphaLast()
template<typename DerivedT>
template<typename UnpackT>
| constexpr UnpackT color4_base< DerivedT >::UnpackAlphaLast |
( |
unsigned | Color, |
|
|
bool | Alpha = true ) |
|
inlinestaticconstexpr |
◆ WithAlpha()
template<typename DerivedT>
| DerivedT color4_base< DerivedT >::WithAlpha |
( |
float | alpha | ) |
const |
|
inlineconstexpr |
◆ WithMultipliedAlpha()
template<typename DerivedT>
| DerivedT color4_base< DerivedT >::WithMultipliedAlpha |
( |
float | alpha | ) |
const |
|
inlineconstexpr |
◆ [union]
◆ [union]
◆ [union]
◆ [union]
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
template<typename DerivedT>
The documentation for this class was generated from the following file: