Class ColorConverter

java.lang.Object
org.apache.commons.beanutils2.converters.AbstractConverter<Color>
org.apache.commons.beanutils2.converters.ColorConverter
All Implemented Interfaces:
Converter<Color>

public class ColorConverter extends AbstractConverter<Color>
Converter implementation that handles conversion to and from Color.

Will interpret hexadecimal colors similar to CSS engines, for example #RGB is interpreted as #RRGGBB. If using the literal hexadecimal value is desired, the value should be prefixed with 0x instead of #.

Since:
2.0.0