enum CSS::NamedColor
Defined in:
css/named_color.crEnum Members
-
Black =
0
-
Silver =
1
-
White =
2
-
Red =
3
-
Blue =
4
-
Teal =
5
-
Olive =
6
-
Gold =
7
-
Inherit =
8
Instance Method Summary
- #black?
- #blue?
- #gold?
- #inherit?
- #olive?
- #red?
- #silver?
- #teal?
-
#to_s(io : IO)
Appends a
String
representation of this enum member to the given io. - #white?