ImColor

Undocumented in source.

Constructors

this
this(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
this
this(ImU32 rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
this
this(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
this
this(ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Alias This

Value

Members

Functions

SetHSV
void SetHSV(float h, float s, float v, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
asImU32
ImU32 asImU32()
Undocumented in source. Be warned that the author may not have intended to support it.
asImVec4
ImVec4 asImVec4()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

HSV
ImColor HSV(float h, float s, float v, float a)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Value
ImVec4 Value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta