|
Unravel Engine C++ Reference
|
This is the complete list of members for math::color, including all inherited members.
| black() | math::color | inlinestatic |
| color() | math::color | inline |
| color(int r, int g, int b, int a=255) | math::color | inline |
| color(std::uint32_t rgba) | math::color | inline |
| color(float r, float g, float b, float a=1.0f) | math::color | inline |
| color(const vec4 &col) | math::color | inline |
| float4_to_u32(const vec4 &in) | math::color | inlinestatic |
| hsv(float h, float s, float v, float a=1.0f) | math::color | inlinestatic |
| hsv_to_rgb(float h, float s, float v, float &out_r, float &out_g, float &out_b) | math::color | inlinestatic |
| operator std::uint32_t() const | math::color | inline |
| operator vec4() const | math::color | inline |
| purple() | math::color | inlinestatic |
| random(const char *seed) | math::color | inlinestatic |
| random(const std::string &seed) | math::color | inlinestatic |
| red() | math::color | inlinestatic |
| rgb_to_hsv(float r, float g, float b, float &out_h, float &out_s, float &out_v) | math::color | inlinestatic |
| set_hsv(float h, float s, float v, float a=1.0f) | math::color | inline |
| transparent() | math::color | inlinestatic |
| u32_to_float4(std::uint32_t in) | math::color | inlinestatic |
| value | math::color | |
| white() | math::color | inlinestatic |