AnsiRgbColour.this

Construct this colour from 3 ubyte components, in RGB order.

  1. this(ubyte[3] components)
    struct AnsiRgbColour
    @safe @nogc nothrow pure
    this
    (
    ubyte[3] components
    )
  2. this(ubyte r, ubyte g, ubyte b)

Parameters

components ubyte[3]

The components to use.

Meta