FunctionsColorPickerCSSToHSVColorPickerCSSToHSV CallableColorPickerCSSToHSV(Color: string, DefaultHSV?: HSVColor): HSVColorParses a hex color code and converts it to a HSV object@seehttps://gist.github.com/mjackson/5311256ParametersColor: stringHex color codeoptionalDefaultHSV: HSVColorThe HSV to output if the color is not validReturns HSVColorThe HSV color from a hex color code
Parses a hex color code and converts it to a HSV object
https://gist.github.com/mjackson/5311256