blend With
open override fun blendWith(otherScheme: AuroraColorScheme, likenessToThisScheme: Float): AuroraColorScheme
Content copied to clipboard
Creates a blended version of this color scheme based on another color scheme.
Return
Blended color scheme.
Parameters
other Scheme
The other color scheme for blending colors.
likeness To This Scheme
Defines how close the colors of the resulting color scheme are to this scheme. Value of 1.0 returns a color scheme with the exact colors of this color scheme. Value of 0.0 returns a color scheme with the exact colors of the other color scheme.