
Fullscreen overlay which blends gradient from top to bottom edge of the screen using pre-multiplied alpha blending.
| type | :: "tint" | |
| render_layer optional | :: RenderLayer | |
| frames | :: array[TintProcessionBezierControlPoint] |
| frames | :: array[TintProcessionBezierControlPoint] | |
| type | :: "tint" | |
| render_layer optional | :: RenderLayer |

Default: "object"

One frame in time for a Bezier interpolation.

Mandatory if opacity or tint_upper or tint_lower is defined.

opacity and opacity_t interpolate a double smoothly over time.

Bidirectional tangent at the given timestamp.

tint_upper and tint_upper_t interpolate a color smoothly over time.

Bidirectional tangent at the given timestamp.

tint_lower and tint_lower_t interpolate a color smoothly over time.

Bidirectional tangent at the given timestamp.

Prototypes
Types
Defines