Color.this

Build from CSS color string.

  1. this(const(char)[] cssColor)
    struct Color
    pure nothrow @nogc @safe
    this
    (
    const(char)[] cssColor
    )
  2. this(RGBA8 c)
  3. this(RGBA16 c)
  4. this(RGBAf c)

Meta