Interface AdaptiveLightingTransitionPoint

interface AdaptiveLightingTransitionPoint {
    lowerBound: AdaptiveLightingTransitionCurveEntry;
    lowerBoundTimeOffset: number;
    transitionOffset: number;
    upperBound: AdaptiveLightingTransitionCurveEntry;
}

Properties

lowerBoundTimeOffset: number

This is the time offset from the transition start to the lowerBound.

transitionOffset: number