transform

fun transform(transform: (AuroraColorScheme) -> AuroraColorScheme): AuroraColorSchemeBundle

Creates a new color scheme bundle that has the same settings as this color scheme bundle with the addition of applying the specified color scheme transformation on all the relevant color schemes

Return

The new color scheme bundle.

Parameters

transform

Color scheme transformation.