Background

Text colour

  1. string Foreground(string s, ubyte R, ubyte G, ubyte B)
  2. string Background(string s, ubyte R, ubyte G, ubyte B)
    string
    Background
    (
    string s = ""
    ,
    ubyte R = 0
    ,
    ubyte G = 0
    ,
    ubyte B = 0
    )

Parameters

s string

input text

R ubyte

Red

G ubyte

Green

B ubyte

Blue

Return Value

Type: string

Coloured text.

Meta