Background Colors#
Normal Colors#
BgBlack #
Bases: Color
Converts string's background to Black color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgBlue #
Bases: Color
Converts string's background to Blue color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgCyan #
Bases: Color
Converts string's background to Cyan color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgGreen #
Bases: Color
Converts string's background to Green color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgGrey #
Bases: Color
Converts string's background to Grey color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgPink #
Bases: Color
Converts string's background to Pink color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgPurple #
Bases: Color
Converts string's background to Purple color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgRed #
Bases: Color
Converts string's background to Red color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Bright Colors#
BgBrightBlue #
Bases: Color
Converts string's background to Bright Blue color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgBrightCyan #
Bases: Color
Converts string's background to Bright Cyan color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgBrightGreen #
Bases: Color
Converts string's background to Bright Green color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|
BgBrightRed #
Bases: Color
Converts string's background to Bright Red color
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be colored |
required |
kwargs |
Any
|
same as arguments in |
{}
|