From 86b007426212addadb8d31ebbe1d4743decbbed2 Mon Sep 17 00:00:00 2001 From: Nick Porcino Date: Thu, 7 Dec 2023 23:34:22 -0800 Subject: [PATCH] Update docs/tutorials/otio-timeline-structure.md Signed-off-by: Nick Porcino --- docs/tutorials/otio-timeline-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/otio-timeline-structure.md b/docs/tutorials/otio-timeline-structure.md index ea7ca24ef..341a02e46 100644 --- a/docs/tutorials/otio-timeline-structure.md +++ b/docs/tutorials/otio-timeline-structure.md @@ -11,7 +11,7 @@ Rendering of the image tracks in a timeline is done in painter order. The layers in a stack are iterated from the bottom (the first entry in the stack) towards the top (the final entry in the stack). Images in a stack overlay lower images using an alpha composite operation respecting any alpha in the source materials. - +All compositing is assumed to occur over a background of zero values in color components, and 100% values for alpha components. Within a track, clips may overlap via a transition. In that case, the contribution of track is the linear blend of the elements joined by the transition.