Property | Type | Description | |
---|---|---|---|
Background | int | ||
Blank | |||
Foreground | int | ||
Glyph | int | ||
Transparent |
Method | Description | |
---|---|---|
Character ( char glyph, int foreground = -1, int background = -1 ) | ||
Character ( int glyph = -1, int foreground = -1, int background = -1 ) |
public Character ( char glyph, int foreground = -1, int background = -1 ) | ||
glyph | char | |
foreground | int | |
background | int |
public Character ( int glyph = -1, int foreground = -1, int background = -1 ) | ||
glyph | int | |
foreground | int | |
background | int |