Property | Type | Description | |
---|---|---|---|
Background | Color | ||
Character | int | ||
Foreground | Color |
Method | Description | |
---|---|---|
Cell ( int character, Color foreground, Color background ) : System | ||
IsTransparent ( ) : bool |
Returns true when the current color is considered transparent.
|
public Cell ( int character, Color foreground, Color background ) : System | ||
character | int | |
foreground | Color | |
background | Color | |
return | System |