예제 #1
0
 private void SetHSL(HSLValues hsl)
 {
     SetRGB(ColorConvert.HSLtoRGB(hsl));
 }