Method AddColors
AddColors(KnownColorCategory[]?, bool)
Adds colors from the specified color categories.
public virtual void AddColors(KnownColorCategory[]? categories, bool onlyVisible = true)
Parameters
categories
KnownColorCategory[]Array of categories to add colors from.
onlyVisible
boolWhether to process only colors which are visible to the end-user. Optional. Default is True.