BarItemCollection.AddCustomColorEdit Method
Name | Parameters | Description |
---|---|---|
AddCustomColorEdit(Func<Color>, Func<Color, Task>, Func<Task>) | getValue, valueChanged, click | Adds a custom color editor to the end of the bar item collection. |
AddCustomColorEdit(Int32, Func<Color>, Func<Color, Task>, Func<Task>) | index, getValue, valueChanged, click | Adds a custom color editor to the specified position in the bar item collection. |