BlendMode

constructor(dst: LithoRenderEffect, src: LithoRenderEffect, blendMode: BlendMode)

Parameters

dst

The Dst pixels used in blending

src

The Src pixels used in blending

blendMode

The android.graphics.BlendMode to be used to combine colors from the two LithoRenderEffects

See RenderEffect.createBlendModeEffect