BlendMode
data class BlendMode(val dst: LithoRenderEffect, val src: LithoRenderEffect, val blendMode: BlendMode) : LithoRenderEffect
A LithoRenderEffect that is a composition of 2 other LithoRenderEffect instances combined by the specified android.graphics.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
Functions
Link copied to clipboard
Creates a RenderEffect instance from this LithoRenderEffect.