AnsiColour.isBg

  1. IsBgColour isBg [@property getter]
  2. IsBgColour isBg [@property setter]
    struct AnsiColour
    @safe @nogc nothrow pure @property
    void
    isBg
  3. bool isBg [@property setter]

Return Value

Type: void

Whether this AnsiColour is for a background or not (it affects the output!).

Meta