Skip to main content

Module s_text_mask

Module s_text_mask 

Source
Expand description

Story: text used as an alpha mask (M-TEXT.11 / AUT-85).

Three compositions, one mask: render β€œWISP” into a RenderTexture, then call Renderer::apply_mask_to_texture(foreground, text_mask, output) three times with three foreground RTs β€” a gradient fill, a blurred backdrop, and a spotlight highlight. The text silhouette is the only common element; the foreground does the colored work.

ConstantsΒ§

SIZE πŸ”’

FunctionsΒ§

build πŸ”’
place_masked πŸ”’
render_blur_backdrop πŸ”’
render_circles πŸ”’
render_gradient_fill πŸ”’
render_spotlight πŸ”’
story