Skybound Rebar

OfficeTheme Constructor (Color, Color)

Initializes a new instance of a OfficeTheme using the specified base and highlight colors. These colors are used to automatically generate appropriate colors for the theme.

[Visual Basic]
Overloads Public Sub New( _
   ByVal baseColor As Color, _
   ByVal highlight As Color _
)
[C#]
public OfficeTheme(
   Color baseColor,
   Color highlight
);

Parameters

baseColor
The color used to automatically generate appropriate colors for the theme.
highlight
The color used to automatically generate highlight colors for the theme.

See Also

OfficeTheme Class | Skybound.Rebar.Rendering Namespace | OfficeTheme Constructor Overload List