AnsiColour.isBg

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

Return Value

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

Meta