AccentBuilder

class AccentBuilder

Functions

getColorScheme
Link copied to clipboard
fun getColorScheme(colorSchemeName: String): AuroraColorScheme?
withAccentResource
Link copied to clipboard
fun withAccentResource(colorSchemeResourceName: String): AccentBuilder
withActiveControlsAccent
Link copied to clipboard
fun withActiveControlsAccent(activeControlsAccentName: String): AccentBuilder
fun withActiveControlsAccent(activeControlsAccent: AuroraColorScheme): AccentBuilder
withBackgroundAccent
Link copied to clipboard
fun withBackgroundAccent(backgroundAccentName: String): AccentBuilder
fun withBackgroundAccent(backgroundAccent: AuroraColorScheme): AccentBuilder
withEnabledControlsAccent
Link copied to clipboard
fun withEnabledControlsAccent(enabledControlsAccentName: String): AccentBuilder
fun withEnabledControlsAccent(enabledControlsAccent: AuroraColorScheme): AccentBuilder
withHighlightsAccent
Link copied to clipboard
fun withHighlightsAccent(highlightsAccentName: String): AccentBuilder
fun withHighlightsAccent(highlightsAccent: AuroraColorScheme): AccentBuilder
withWindowChromeAccent
Link copied to clipboard
fun withWindowChromeAccent(windowChromeAccentName: String): AccentBuilder
fun withWindowChromeAccent(windowChromeAccent: AuroraColorScheme): AccentBuilder