Class: AppSkinInfo

AppSkinInfo

AppSkinInfo
Stores window-skin properties, such as color and font. All color parameter values are #UIColor objects except that systemHighlightColor is #RGBColor object.


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.