Class ColorUtil

java.lang.Object
org.openhab.core.util.ColorUtil

@NonNullByDefault public class ColorUtil extends Object
The ColorUtil is responsible for converting different color formats. The implementation of HSB/CIE conversion is based work from Erik Baauw for the Homebridge project.
Author:
Jan N. Klug - Initial contribution, Holger Friedrich - Transfer RGB color conversion from HSBType, improve RGB conversion, restructuring, Chris Jackson - Added fromRGB (moved from HSBType)