Method Select
Select(Color?, string?)
Selects a color and updates the current value to the selected color.
public virtual void Select(Color? value, string? title = null)
Parameters
valueColorThe color to be selected.
titlestringAn optional title associated with the selected color. If null, no custom title is assigned.
Remarks
This method finds or adds the specified color to the collection and sets it as the current value. If the color already exists, it is reused; otherwise, it is added with the provided title.