コード例 #1
0
 protected void UpdateHueAndControlPicker()
 {
     HuePicker.Hue = Hsv.H;
     ColourPicker.UpdateWithHSV(Hsv);
     ColourPicker.UpdateDraggerWithHSV(Hsv);
 }
コード例 #2
0
 protected void UpdateControlPicker()
 {
     HuePicker.Hue = Hsv.H;
     ColourPicker.UpdateWithHSV(Hsv);
 }