HexColor constructor
HexColor(
- String hexColor
Creates a HexColor instance from a hex color string.
Implementation
HexColor(final String hexColor) : super(getColorFromHex(hexColor));
Creates a HexColor instance from a hex color string.
HexColor(final String hexColor) : super(getColorFromHex(hexColor));