Interface IKnownColorInfo
Represents information about a known color, including its category, label, value, and visibility.
public interface IKnownColorInfo
Remarks
This interface provides properties and methods to access and manage metadata about a known color. It includes details such as the color's category, its English and localized labels, the color value, and whether the color is visible to the end user in color editors.
Properties
- Category
Gets or sets color category.
- KnownColor
Gets KnownColor for which item is created.
- Label
Gets color label in English.
- LabelLocalized
Gets or sets localized version of the color label.
- Value
Gets color value.
- Visible
Gets or sets whether color is visible for the end user.
Methods
- CategoryIs(params KnownColorCategory[])
Gets whether Category is in the list of categories.