pub fn bucket_fill<R>( rasops: &mut R, xy: PixelsXY, fill_color: u8, ) -> Result<()>where R: RasterOps,
Fills the 4-connected region around xy via rasops.
xy
rasops