示例#1
0
 void UpdateColorPreviewAndSetColorPiker()
 {
     UpdateColorPreview();
     Color.RGBToHSV(palette[currentBrush.PaletteIndex], out float h, out float s, out float v);
     SliderManager.SetValues(new float[3] {
         h, s, v
     });
 }