new AppSkinInfo(baseFontFamily, baseFontSize, appBarBackgroundColor, panelBackgroundColor, appBarBackgroundColorSRGB, panelBackgroundColorSRGB, systemHighlightColor)
Parameters:
Name | Type | Description |
---|---|---|
baseFontFamily |
The base font family of the application. |
|
baseFontSize |
The base font size of the application. |
|
appBarBackgroundColor |
The application bar background color. |
|
panelBackgroundColor |
The background color of the extension panel. |
|
appBarBackgroundColorSRGB |
The application bar background color, as sRGB. |
|
panelBackgroundColorSRGB |
The background color of the extension panel, as sRGB. |
|
systemHighlightColor |
The highlight color of the extension panel, if provided by the host application. Otherwise, the operating-system highlight color. |
- Source:
Returns:
AppSkinInfo object.