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