Window.Pair (gb.ncurses)

Property Pair As Integer

The Window.Pair property encodes the fore- and background colours of a character in a single integer, the "pair number".

You give the foreground colour as a first argument and the background colour as a second argument to its array accessors.

Colour constants are in the Color class.

Exemplo

    Window.Pair = Pair[Color.Cyan, Color.White]