Crate pixelset

Crate pixelset 

Source

Re-exports§

pub use color::Color;

Modules§

color
shapes

Structs§

Pixel
Represents a single 2D pixel coordinate within an image.
PixelCache
A high-performance spatial cache for PixelSet data, organized as a collection of Rectangle containers.
PixelSet
A compact, sorted collection of pixels, optimized for fast set-like operations and spatial queries.