ImColor.this

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. 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
    )
  2. this(ImU32 rgba)
  3. this(float r, float g, float b, float a)
  4. this(ImVec4 col)

Meta