Interface ICSSValueConverterColorConfig
- All Superinterfaces:
ICSSValueConverterConfig
- All Known Implementing Classes:
CSSValueConverterConfigColorImpl
ICSSValueConverterConfig
to manage format String of the
RGBColor
.- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
Return format (Hexadecimal color, Color name, RGB color).
-
Field Details
-
COLOR_HEXA_FORMAT
static final int COLOR_HEXA_FORMAT- See Also:
-
COLOR_NAME_FORMAT
static final int COLOR_NAME_FORMAT- See Also:
-
COLOR_RGB_FORMAT
static final int COLOR_RGB_FORMAT- See Also:
-
-
Method Details
-
getFormat
int getFormat()Return format (Hexadecimal color, Color name, RGB color).
-