vsgImGui  0.0.0
VulkanSceneGraph 3rd party data integration library
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ImColor Struct Reference
Collaboration diagram for ImColor:
Collaboration graph
[legend]

Public Member Functions

constexpr ImColor (float r, float g, float b, float a=1.0f)
 
constexpr ImColor (const ImVec4 &col)
 
 ImColor (int r, int g, int b, int a=255)
 
 ImColor (ImU32 rgba)
 
 operator ImU32 () const
 
 operator ImVec4 () const
 
void SetHSV (float h, float s, float v, float a=1.0f)
 

Static Public Member Functions

static ImColor HSV (float h, float s, float v, float a=1.0f)
 

Public Attributes

ImVec4 Value
 

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