Method Get
Get(KnownColor)
Retrieves the Color associated with the specified KnownColor. This method uses a cached collection of colors for improved performance.
public static Color Get(KnownColor kc)
Parameters
kcKnownColorA value from the KnownColor enumeration representing the color to retrieve.