Pluie.Color – pluie-echo-0.2 Reference Manual
Packages
pluie-echo-0.2
Pluie
Color
bg
bold
fg
off
Color
s
to_string
Color
Object Hierarchy:
Description:
public
class
Color
Namespace:
Pluie
Package:
pluie-echo-0.2
Content:
Properties:
public
uint8
?
bg
{
set
;
get
; }
public
bool
bold
{
set
;
get
; }
public
uint8
?
fg
{
set
;
get
; }
Static methods:
public
static
string
off
()
Creation methods:
public
Color
(
uint8
? fg =
15
,
bool
bold =
false
,
uint8
? bg =
null
)
Methods:
public
string
s
(
string
? label =
null
,
bool
off =
true
,
bool
? bold =
null
)
public
string
to_string
()