Exemple #1
0
 public HSV GetHSV(int index)
 {
     return(HSV.ColorToHSV(GetColor(index)));
     //return HSV.ColorToHSV(Colors[index]);
 }