Skybound Rebar

OfficeTheme Constructor

Initializes a new instance of a OfficeTheme.

Overload List

Initializes a new instance of a OfficeTheme.

public OfficeTheme();

Initializes a new instance of a OfficeTheme using the specified base color. The base color is used to automatically generate appropriate colors for the theme.

public OfficeTheme(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.

public OfficeTheme(Color,Color);

See Also

OfficeTheme Class | Skybound.Rebar.Rendering Namespace