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)
  2. this(ImU32 rgba)
  3. this(float r, float g, float b, float a)
    struct ImColor
    extern (C) @nogc nothrow
    this
    (
    float r
    ,
    float g
    ,
    float b
    ,
    float a = 1.0f
    )
  4. this(ImVec4 col)

Meta