Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetRenderColor(SchemeColor) Method
The scheme color.


In This Topic
GetRenderColor(SchemeColor) Method
In This Topic
Gets the display color from the specified scheme color.
Syntax
'Declaration
 
Public Function GetRenderColor( _
   ByVal schemeColor As SchemeColor _
) As Color
 
'Usage
 
Dim instance As Theme
Dim schemeColor As SchemeColor
Dim value As Color
 
value = instance.GetRenderColor(schemeColor)

Parameters

schemeColor
The scheme color.

Return Value

A GrapeCity.Spreadsheet.Color value represents the display color.
Remarks
The schemeColor value can be modified after exists from this function.
See Also