pub fn draw_circle_with_mask(x: i32, y: i32, radius: i32, p: Pixel, mask: u8)
Expand description

Draws a circle located at (x, y) with radius. Allows to set mask.