Unravel Engine C++ Reference
Loading...
Searching...
No Matches
math::color Member List

This is the complete list of members for math::color, including all inherited members.

black()math::colorinlinestatic
color()math::colorinline
color(int r, int g, int b, int a=255)math::colorinline
color(std::uint32_t rgba)math::colorinline
color(float r, float g, float b, float a=1.0f)math::colorinline
color(const vec4 &col)math::colorinline
float4_to_u32(const vec4 &in)math::colorinlinestatic
hsv(float h, float s, float v, float a=1.0f)math::colorinlinestatic
hsv_to_rgb(float h, float s, float v, float &out_r, float &out_g, float &out_b)math::colorinlinestatic
operator std::uint32_t() constmath::colorinline
operator vec4() constmath::colorinline
purple()math::colorinlinestatic
random(const char *seed)math::colorinlinestatic
random(const std::string &seed)math::colorinlinestatic
red()math::colorinlinestatic
rgb_to_hsv(float r, float g, float b, float &out_h, float &out_s, float &out_v)math::colorinlinestatic
set_hsv(float h, float s, float v, float a=1.0f)math::colorinline
transparent()math::colorinlinestatic
u32_to_float4(std::uint32_t in)math::colorinlinestatic
valuemath::color
white()math::colorinlinestatic