Type Alias Brush

Source
pub type Brush = BrushIsOwned<true>;
Expand description

A brush is a drawing tool for filling in areas.

Aliased Type§

pub struct Brush(/* private fields */);