[]
        
Creates a Color structure from the specified format color enum.
public static Color FromFormatColorEnum(FormatColorEnum color)
Public Shared Function FromFormatColorEnum(color As FormatColorEnum) As Color
| Type | Name | Description | 
|---|---|---|
| FormatColorEnum | color | The format color enum.  | 
    
| Type | Description | 
|---|---|
| Color | The Color value that this method creates.  |