registerDecorationAreaSchemeBundle

fun registerDecorationAreaSchemeBundle(bundle: AuroraColorSchemeBundle, backgroundColorScheme: AuroraColorScheme, vararg areaTypes: DecorationAreaType)

Registers the specified color scheme bundle and background color scheme to be used on controls in decoration areas.

Parameters

bundle

The color scheme bundle to use on controls in decoration areas.

backgroundColorScheme

The color scheme to use for background of controls in decoration areas.

areaTypes

Enumerates the area types that are affected by the parameters.


fun registerDecorationAreaSchemeBundle(bundle: AuroraColorSchemeBundle, vararg areaTypes: DecorationAreaType)

Registers the specified color scheme bundle to be used on controls in decoration areas.

Parameters

bundle

The color scheme bundle to use on controls in decoration areas.

areaTypes

Enumerates the area types that are affected by the parameters.