Open 3D Engine ImGui Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
ImColor (int r, int g, int b, int a=255) | |
ImColor (ImU32 rgba) | |
ImColor (float r, float g, float b, float a=1.0f) | |
ImColor (const ImVec4 &col) | |
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 |