Difference

A SeparableBlendMode where blending looks at the color information in each channel and subtracts either the source color from the base color or the base color from the source color, depending on which has the greater brightness value

Functions

Link copied to clipboard
open override fun blendColor(backdrop: KalugaColor, source: KalugaColor): KalugaColor

Blends two KalugaColor into a new KalugaColor using this BlendMode

Link copied to clipboard
open override fun blendColorChannel(backdrop: Double, source: Double): Double

Blends the color of a single channel