Stretch
⚠️ This documentation is auto-generated. Do not edit manually. Last tested: 2026-03-07 20:20:21
Stretches the layer along a specified angle in UV space.
Support Status: ⚠️ Partially Supported
- Scale (scale): ✅ Implemented (Scale factor along stretch axis (1.0 = no stretch))
- Angle (angle): ✅ Implemented (Stretch direction angle (degrees))
- Content Only (contentOnly): ✅ Implemented (Whether to mask stretched result to original layer alpha)
Technical Details
XML Example
xml
<effect id="com.alightcreative.effects.stretch2">
<property name="scale" type="float" value="1.0" />
<property name="angle" type="float" value="0.0" />
<property name="contentOnly" type="bool" value="false" />
</effect>