Crate pax_pixels
source ·Re-exports
pub use render_context::Color;
pub use render_context::Fill;
pub use render_context::GradientStop;
pub use render_context::GradientType;
pub use render_context::Stroke;
pub use render_context::WgpuRenderer;
Modules
Structs
- An angle in radians
- The radius of each corner of a rounded rectangle.
- A simple path data structure.
Enums
- The two possible orientations for the edges of a shape to be built in.
Traits
Functions
- Shorthand for
Point::new(x, y)
.