Class | Description |
---|---|
AbstractColorConverter<PRESENTATION,MODEL> |
Base class for
Converter s that convert to or from Color |
AbstractHexColorConverter<PRESENTATION,MODEL> |
Base class for
Converter s that convert between CSS hex color and Color |
AbstractRgbaColorConverter<PRESENTATION,MODEL> |
Base class for
Converter s that convert between CSS rgba() color and Color |
AbstractRgbColorConverter<PRESENTATION,MODEL> |
Base class for
Converter s that convert between CSS rgb() color and Color |
ColorToHexConverter |
A
Converter that can convert a CSS hex color to a Color and
back |
ColorToRgbaConverter |
A
Converter that can convert a CSS rgba() color to a Color
and back |
ColorToRgbConverter |
A
Converter that can convert a CSS rgb() color to a Color
and back |
HexToColorConverter |
A
Converter that can convert a Color to CSS hex color
notation and back |
RgbaToColorConverter |
A
Converter that can convert a Color to CSS rgba() color
notation and back |
RgbToColorConverter |
A
Converter that can convert a Color to CSS rgb() color
notation and back |
Copyright © 2015 Max Schuster. All Rights Reserved.