示例#1
0
 private HSVValues GetHSV()
 {
     return(ColorConvert.RGBtoHSV(rgb));
 }