compose

@RequiresApi(value = 29)
fun compose(first: DynamicShader, second: DynamicShader, mode: BlendMode): DynamicShader

Creates a ComposeShader out of two DynamicShaders, combining first and second via mode.