#include <color.h>
|
| constexpr | ColorHSLA () |
| |
| constexpr ColorHSLA | UnclampLighting (float Darkest) const |
| |
| constexpr unsigned | Pack (bool Alpha=true) const |
| |
| constexpr unsigned | Pack (float Darkest, bool Alpha=false) const |
| |
| constexpr | color4_base () |
| |
| constexpr | color4_base (const vec4 &v4) |
| |
| constexpr | color4_base (const vec3 &v3) |
| |
| constexpr | color4_base (float nx, float ny, float nz, float na) |
| |
| constexpr | color4_base (float nx, float ny, float nz) |
| |
| constexpr | color4_base (unsigned col, bool alpha=false) |
| |
| constexpr | color4_base () |
| |
| constexpr | color4_base (const vec4 &v4) |
| |
| constexpr | color4_base (const vec3 &v3) |
| |
| constexpr | color4_base (float nx, float ny, float nz, float na) |
| |
| constexpr | color4_base (float nx, float ny, float nz) |
| |
| constexpr | color4_base (unsigned col, bool alpha=false) |
| |
| constexpr vec4 | v4 () const |
| |
| constexpr | operator vec4 () const |
| |
| constexpr float & | operator[] (int index) |
| |
| constexpr bool | operator== (const color4_base &col) const |
| |
| constexpr bool | operator!= (const color4_base &col) const |
| |
| constexpr unsigned | Pack (bool Alpha=true) const |
| |
| constexpr unsigned | PackAlphaLast (bool Alpha=true) const |
| |
| constexpr ColorHSLA | WithAlpha (float alpha) const |
| |
| constexpr ColorHSLA | WithMultipliedAlpha (float alpha) const |
| |
| constexpr ColorHSLA | Multiply (const ColorHSLA &Other) const |
| |
◆ ColorHSLA()
◆ color4_base() [1/6]
◆ color4_base() [2/6]
◆ color4_base() [3/6]
◆ color4_base() [4/6]
◆ color4_base() [5/6]
◆ color4_base() [6/6]
◆ Pack() [1/2]
◆ Pack() [2/2]
◆ UnclampLighting()
◆ DARKEST_LGT
◆ DARKEST_LGT7
The documentation for this class was generated from the following file: