Expand description
Handles paint layers, i.e. how things are sometimes painted behind or in front of other things.
Structs§
- Graphic
Layers - This is where painted
Shape
s end up during a frame. - LayerId
- An identifier for a paint layer.
Also acts as an identifier for
crate::Area
:s. - Paint
List - A list of
Shape
s paired with a clip rectangle. - Shape
Idx - A unique identifier of a specific
Shape
in aPaintList
.
Enums§
- Order
- Different layer categories