get Color Scheme
fun getColorScheme(decorationAreaType: DecorationAreaType, componentState: ComponentState): AuroraColorScheme
Content copied to clipboard
Returns the color scheme that matches the decoration area type and component state.
Return
The color scheme that matches the decoration area type and component state.
Parameters
decoration Area Type
Decoration area type.
component State
Component state.
fun getColorScheme(decorationAreaType: DecorationAreaType, associationKind: ColorSchemeAssociationKind, componentState: ComponentState): AuroraColorScheme
Content copied to clipboard
Returns the color scheme to be used for painting the specified visual area of components in the specified decoration area.
Return
Color scheme to be used for painting the specified visual area of components in the specified decoration area.
Parameters
decoration Area Type
Decoration area type.
association Kind
Color scheme association kind.
component State
Component state.