示例#1
0
 private void _window_OnClose(UILib.Events.UIActionEvent e, UIElement sender)
 {
     this.IsActive = false;
 }
示例#2
0
 private void _R_OnValueChanged(UILib.Events.UIActionEvent e, UIElement sender)
 {
     Inspecter?.UpdateValue();
 }
示例#3
0
 private void _colorBar_OnValueChanged(UILib.Events.UIActionEvent e, UIElement sender)
 {
     SelectedColor = Drawing.HSV2RGB(new Vector3(_colorBar.Value, _colorRect.SV.X, _colorRect.SV.Y));
     Inspecter?.UpdateValue();
 }