Interface IColorPickerDialog
The base interface for the color picker dialogs.
Namespace: FlaxEditor.GUI.Dialogs
Assembly: FlaxEngine.CSharp.dll
Syntax
public interface IColorPickerDialog
Methods
ClosePicker()
Closes the picker (similar to value editing cancel).
Declaration
void ClosePicker()