[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Color.FromThemeColor

FromThemeColor Method

FromThemeColor(ThemeColors, double)

Creates a Color structure from the specified predefined color.

Declaration
public static Color FromThemeColor(ThemeColors index, double tint = 0)
Public Shared Function FromThemeColor(index As ThemeColors, Optional tint As Double = 0) As Color
Parameters
Type Name Description
ThemeColors index

An element of the ThemeColors enumeration.

double tint

The mixture of a color with white, which increases lightness, and a shade is the mixture of a color with black, which reduces lightness. Valid values are -1 through 1.

Returns
Type Description
Color

The Color value that this method creates.