animator.skia.RuntimeBlendBuilder

class animator.skia.RuntimeBlendBuilder

Bases: animator.skia.RuntimeEffectBuilder

__init__(self: animator.skia.RuntimeBlendBuilder, effect: animator.skia.RuntimeEffect) None

Methods

__init__(self, effect)

child(self, name)

children(self)

effect(self)

makeBlender(self)

uniform(self, name)

uniforms(self)

child(self: animator.skia.RuntimeEffectBuilder, name: str) animator.skia.RuntimeEffectBuilder.BuilderChild
children(self: animator.skia.RuntimeEffectBuilder) List[animator.skia.RuntimeEffect.ChildPtr]
effect(self: animator.skia.RuntimeEffectBuilder) animator.skia.RuntimeEffect
makeBlender(self: animator.skia.RuntimeBlendBuilder) animator.skia.Blender
uniform(self: animator.skia.RuntimeEffectBuilder, name: str) animator.skia.RuntimeEffectBuilder.BuilderUniform
uniforms(self: animator.skia.RuntimeEffectBuilder) animator.skia.Data