Color.this

Parses a color from the input.

  1. this(T red, T green, T blue, T alpha)
  2. this(R value)
    struct Color(T)
    @safe nothrow pure
    this
    (
    R
    )
    ()
    if (
    isIntegral!R ||
    isSomeString!R
    ||
    isArray!R
    )
    if (
    isIntegral!T ||
    isFloatingPoint!T
    )

Meta