Expand description
Miscellaneous utility functions.
Macros§
- debug_
panic - Panic in debug and
tracing::errorin release mode.
Structs§
- Duration
Non-WebAssembly - A
Durationtype to represent a span of time, typically used for system timeouts. - Instant
Non-WebAssembly - A measurement of a monotonically nondecreasing clock.
Opaque and useful only with
Duration.
Functions§
- bounding_
box_ to_ rect - Convert a 2d rectangle from Parley to one used for drawing in Vello and other maths.
- fill
- Helper function for
Scene::fill. - fill_
color - Helper function for
Scene::fillwith a uniform color as the brush. - get_
debug_ color - A color used for debug painting.
- stroke
- Helper function for
Scene::stroke.