Pair (gb.ncurses)

Cette classe est statique.

Cette classe se comporte comme un tableau statique en lecture seule.

Propriétés statiques
Count   Returns the number of pairs

This is used to set the foreground and background colors. Usage is Pair[ForeGround, BackGround]

Example:
Window.Pair = Pair[Color.White, Color.Blue]