TextBufferWriter.fg

Set the foreground for any newly-written characters.

  1. AnsiColour fg [@property setter]
    struct TextBufferWriter
    @safe @nogc nothrow pure @property
    fg
  2. AnsiColour fg [@property getter]

Return Value

this, for function chaining.

Meta