blendColor

open override fun blendColor(backdrop: KalugaColor, source: KalugaColor): KalugaColor

Blends two KalugaColor into a new KalugaColor using this BlendMode

Return

a KalugaColor that is the result of backdrop and source being blended using this Blend mode

Parameters

backdrop

the KalugaColor at the base layer

source

the KalugaColor at the top layer