GfxBackend.setBackColor

* Set back color using $(Color4). * A channel value must be in range 0-255, so it can handle 256 possible values. * Returns reference to this so it can be used in a stream.

  1. typeof(this) setBackColor(ubyte r, ubyte g, ubyte b, ubyte a)
  2. typeof(this) setBackColor(Color4 color)
    class GfxBackend
    typeof(this)
    setBackColor

Meta