Method AddColor
AddColor(Color, string?)
Adds color to the list of colors.
public virtual ListControlItem AddColor(Color value, string? title = null)
Parameters
value
ColorColor value.
title
stringColor title. Optional. If not specified, NameLocalized will be used.