#include <imgui.h>
|
static ImColor | HSV (float h, float s, float v, float a=1.0f) |
|
ImColor::ImColor |
( |
ImU32 |
rgba | ) |
|
|
inline |
ImColor::ImColor |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a = 1.0f |
|
) |
| |
|
inline |
ImColor::ImColor |
( |
const ImVec4 & |
col | ) |
|
|
inline |
static ImColor ImColor::HSV |
( |
float |
h, |
|
|
float |
s, |
|
|
float |
v, |
|
|
float |
a = 1.0f |
|
) |
| |
|
inlinestatic |
ImColor::operator ImU32 |
( |
| ) |
const |
|
inline |
ImColor::operator ImVec4 |
( |
| ) |
const |
|
inline |
void ImColor::SetHSV |
( |
float |
h, |
|
|
float |
s, |
|
|
float |
v, |
|
|
float |
a = 1.0f |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: