blendWith

open override fun blendWith(otherScheme: AuroraColorScheme, likenessToThisScheme: Float): AuroraColorScheme

Creates a blended version of this color scheme based on another color scheme.

Return

Blended color scheme.

Parameters

otherScheme

The other color scheme for blending colors.

likenessToThisScheme

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.