title: Composite and transform
media types:
Video
description: A filter allowing compositing and transform.
version: 3
creator: Jean-Baptiste Mardelle
copyright: Meltytech, LLC
license: LGPLv2.1
title: Rectangle
description:
Keyframable rectangle specification.
type: rect
readonly: no
required: no
animation: yes
title: Composition mode
description:
Defines which composition operation will be performed (see QPainter CompositionMode for doc).
type: integer
readonly: no
required: no
minimum: 0
maximum: 40
default: 0
widget: spinner
title: Rotation angle
description:
Angle for rotation.
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 360
default: 1
unit: degrees
widget: spinner
title: Rotate from center
description:
Process the rotation from center if set, otherwise from top left corner
type: integer
readonly: no
required: no
minimum: 0
maximum: 1
widget: checkbox
title: Rotation anchor point
description:
Keyframable anchor point for rotation. X and Y coordinates define the rotation center. Values are normalized (0-1 for inside rectangle, negative or >1 for outside). Default is center (0.5, 0.5). Takes precedence over rotate_center when set.
type: rect
readonly: no
required: no
animation: yes
title: Background color
description:
An integer formed like 0xaabbggrr that will be used as background color for the compositing operation. Defaults to 0 (fully transparent)
type: integer
readonly: no
required: no
default: 0
widget: color
Subscribe to News via RSS.