OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HsvColorf Struct Reference

#include <HsvColorf.h>

Public Member Functions

constexpr HsvColorf ()=default
 
Colorf toRgb () const
 

Public Attributes

float h = 0.0f
 
float s = 0.0f
 
float v = 0.0f
 
float a = 0.0f
 

Constructor & Destructor Documentation

◆ HsvColorf()

constexpr HsvColorf::HsvColorf ( )
constexprdefault

Member Function Documentation

◆ toRgb()

Colorf HsvColorf::toRgb ( ) const
Original binary offset:
0x0048A643
Returns
This color, converted to RGB.

Member Data Documentation

◆ a

float HsvColorf::a = 0.0f

◆ h

float HsvColorf::h = 0.0f

◆ s

float HsvColorf::s = 0.0f

◆ v

float HsvColorf::v = 0.0f

The documentation for this struct was generated from the following files: