pkpass/utils/color_helper library
Enums
- ColorFormat
-
Color formats available to construct
Color
instance from. - CssColorString
-
Translation options from
Color
to a string format recognizable according to https://drafts.csswg.org/css-color-3 and forthcoming drafts.
Properties
-
colorKeywords
↔ Map<
String, int> -
getter/setter pair
Functions
-
fromCssColor(
String color) → int -
Creates in int with a parsed
Color
value from a CSS color String. -
isCssColor(
String color) → bool - Check correctness of color string according to https://drafts.csswg.org/css-color-3
-
isCSSColor(
String color) → bool - Check correctness of color string according to https://drafts.csswg.org/css-color-3