blendColor
abstract fun blendColor(backdrop: KalugaColor.RGBColor, source: KalugaColor.RGBColor): KalugaColor.RGBColor
Blends two KalugaColor.RGBColor into a new KalugaColor.RGBColor using this BlendMode
Return
a KalugaColor.RGBColor that is the result of backdrop and source being blended using this Blend mode
Parameters
backdrop
the KalugaColor.RGBColor at the base layer
source
the KalugaColor.RGBColor at the top layer
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 If either backdrop or source is a KalugaColor.DarkLightColor the result will be a KalugaColor.DarkLightColor as well.
Parameters
backdrop
the KalugaColor at the base layer
source
the KalugaColor at the top layer