derelict-imgui v0.10.0 (2018-03-13T17:26:25Z)
Dub
Repo
ImColor.this
derelict
imgui
types
ImColor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
this
(ubyte r, ubyte g, ubyte b, ubyte a)
struct
ImColor
extern (
C
) @
nogc
nothrow
this
(
ubyte
r
,
ubyte
g
,
ubyte
b
,
ubyte
a
= 255
)
this
(ImU32 rgba)
this
(float r, float g, float b, float a)
this
(ImVec4 col)
Meta
Source
See Implementation
derelict
imgui
types
ImColor
constructors
this
functions
SetHSV
asImU32
asImVec4
static functions
HSV
variables
Value