Ejemplo n.º 1
0
 public static RgbColor FromHsv(HsvColor hsv)
 {
     return hsv.ToRgb();
 }