color

Create a color from hex code.

  1. Color color(ubyte r, ubyte g, ubyte b, ubyte a)
  2. Color color()
  3. Color color(string hexCode)
    @safe pure
    color
    (
    string hexCode
    )

Meta