RPE Chart Utils
    Preparing search index...

    Interface AlphaControl

    Alpha (opacity) control node applied globally across the chart's time axis.

    interface AlphaControl {
        alpha: number;
        easing: number;
        x: number;
    }
    Index

    Properties

    Properties

    alpha: number

    Alpha multiplier (0–1, where 1 = fully opaque).

    easing: number

    RPE easing type (1–28) to interpolate to the next node.

    x: number

    Normalized time (0–1 across the chart duration) where this node applies.