Skip to content

Drawing

Tick UI turns layout calls into draw commands and exposes a set of visual primitives through the UI API.

The pages in this section:

  • Drawer and batching: per-panel command lists, layer order, and the end-of-frame flush
  • Drawing primitives: the shape catalogue, including drop shadows, frosted-glass effects, images, and lines
  • Colors: UI.FromHex, UI.FromInt, and the WithAlpha extension shipped in the package

For the broader theming workflow (how primitives combine with fonts and icons through the resource-provider chain), refer to Resources and theming.