Aurora Skin Colors
Functions
Returns the main active color scheme for the specific decoration area type. Custom painting code that needs to consult the colors of the specific component should use .getColorScheme method and various AuroraColorScheme methods.
Returns the background color scheme for the specified decoration area type. This method is mainly for the internal use of AuroraDecorationPainter.paintDecorationArea but can be used in applications that wish to provide custom overlay background painting.
Returns the color scheme that matches the decoration area type and component state.
Returns the color scheme to be used for painting the specified visual area of components in the specified decoration area.
Returns the color scheme to be used for painting the specified visual area of components in the specified decoration area.
Returns the main disabled color scheme for the specific decoration area type. Custom painting code that needs to consult the colors of the specific component should use .getColorScheme method and various AuroraColorScheme methods.
Returns the main enabled color scheme for the specific decoration area type. Custom painting code that needs to consult the colors of the specific component should use .getColorScheme method and various AuroraColorScheme methods.
Returns the alpha channel of the highlight color scheme.
Returns indication whether the specified decoration area type should have their background painted by AuroraDecorationPainter.paintDecorationArea instead of a simple background fill.
Registers the specified background color scheme to be used on controls in decoration areas.
Registers the specified background color scheme and a color scheme bundle overlay to be used on controls in decoration areas.
Registers the specified color scheme bundle to be used on controls in decoration areas.
Registers the specified color scheme bundle and background color scheme to be used on controls in decoration areas.