Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::Colors Namespace Reference

Namespaces

namespace  Theme

Functions

ImVec4 ConvertFromSRGB (ImVec4 colour)
 Converts an sRGB ImVec4 color to linear space.
ImVec4 ConvertToSRGB (ImVec4 colour)
 Converts a linear ImVec4 color to sRGB space.
ImU32 ColorWithValue (const ImColor &color, float value)
 Modifies the V (value) of a color in HSV space.
ImU32 ColorWithSaturation (const ImColor &color, float saturation)
 Modifies the S (saturation) of a color in HSV space.
ImU32 ColorWithHue (const ImColor &color, float hue)
 Modifies the H (hue) of a color in HSV space.
ImU32 ColorWithMultipliedValue (const ImColor &color, float multiplier)
 Scales the V (value) of a color in HSV space.
ImU32 ColorWithMultipliedSaturation (const ImColor &color, float multiplier)
 Scales the S (saturation) of a color in HSV space.
ImU32 ColorWithMultipliedHue (const ImColor &color, float multiplier)
 Scales the H (hue) of a color in HSV space.