MyFill : Texture ⇒ TransformPoints((1,0,0,1,-120,-120)) → RadialGradient((0,0), 50) → ReflectGradient → ApplyColorSpans( ColorSpan((0.7,0,1,0), (0,0,-1,1), 1)) MyComp : Compositor ∀ (a, b) >> a + b × (1 - a.a) Main (bg: Texture, write: Texture) : Bezier >> Color ⇒ TransformBeziers((1,0,0,1,120,120)) → Rasterize → ApplyTexture(CompositeTextures(MyFill, bg, MyComp)) → write

execute

reset