public static RgbColor FromHsv(HsvColor hsv) { return hsv.ToRgb(); }
public static RgbColor FromHsv(HsvColor hsv) { return(hsv.ToRgb()); }