Code Safari

Chapter 133·Intermediate

Layout, Paint, and Composite

01 / 06

The core idea

Three stages turn styles into a frame.

The render tree becomes pixels through layout (where things go), paint (what colour each pixel is), and composite (assembling the layers into one image).

Layout, Paint, and Composite | Code Safari