ColorFromKnownColor Method

Creates a Color from the specified pre-defined color.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Color FromKnownColor(
        KnownColor color
)

Parameters

color
Type: System.DrawingKnownColor
An element of the System.Drawing.KnownColor enumeration.

Return Value

Type: Color
The Color that this method creates.
See Also