Vgs Chained Visual Transformation
class VgsChainedVisualTransformation(val transformations: List<VgsVisualTransformation>) : VgsVisualTransformation
Visual transformation that applies multiple VgsVisualTransformations in sequence.
Each transformation receives the output of the previous one, and cursor offset mappings are composed automatically so that cursor positioning remains correct across the entire chain.
Parameters
transformations
ordered list of transformations to apply. Order matters — the first transformation is applied first, and each subsequent one transforms the result of the previous.