pub fn light_to_hsv(light_data: &LightData) -> (Hsv, bool)
Given a LightData reference from an ESP light, returns the HSV version and whether it is colored or not (for the global modifier).
LightData