AnsiText.bg

Sets the forground/background as an RGB colour.

  1. AnsiText bg(Ansi4BitColour fourBit)
  2. AnsiText bg(ubyte eightBit)
  3. AnsiText bg(ubyte r, ubyte g, ubyte b)
    struct AnsiText
    @safe @nogc nothrow pure ref return
    bg
    (
    ubyte r
    ,
    ubyte g
    ,
    ubyte b
    )
  4. AnsiText bg(AnsiColour colour)
  5. AnsiColour bg()

Meta