Struct flo_animation::brushes::InkBrush [] [src]

pub struct InkBrush { /* fields omitted */ }

The ink brush draws a solid line with width based on pressure

Methods

impl InkBrush
[src]

[src]

Creates a new ink brush with the default settings

Trait Implementations

impl Brush for InkBrush
[src]

[src]

Returns the brush points for rendering given a particular set of raw points Read more

[src]

One or more brush strokes of this type are about to be rendered. This brush should set up the graphics context appropriately. Read more

[src]

Renders a brush stroke to the specified graphics context Read more

[src]

Retrieves the definition for this brush

Auto Trait Implementations

impl Send for InkBrush

impl Sync for InkBrush