Take the following question as an example:
I would like to export (e.g. WriteFlex) an image with a stencil overlay. How do I combine an image and stencil to a single image item?
#require AcapellaUserInterface
a1_0002(|image)
a1_0002_objects(image | objects)
UI::C_ImageView( "", ["channel1"], image_color=["gray"],
stencil_labels=["overlay1"], stencil_color=["colorset@rainbow"],
stencil_style=["body"], UI=UI | UI )
UI::C_ImageViewSetFrame(image, objects.body, UI=UI | UI)
UI::C_ImageViewGetImage(0, UI=UI | visualimage=Visual.image)
=======================================
With older versions (Acapella 4.x) replace ["string"] with vec("string")
RH
↧