enum
TermBuf::Color::Kind
Overview
Which of the three things a colour can be.
Defined in:
termbuf/core/color.crEnum Members
-
Default =
0_u8 -
The terminal's own default, which the application does not control.
-
Indexed =
1_u8 -
An index into the 256 colour palette.
-
Rgb =
2_u8 -
A 24 bit colour.
Instance Method Summary
-
#default?
Returns
trueif this enum value equalsDefault -
#indexed?
Returns
trueif this enum value equalsIndexed -
#rgb?
Returns
trueif this enum value equalsRgb