Exemple #1
0
 public static RgbColor FromHsv(HsvColor hsv)
 {
     return hsv.ToRgb();
 }