Enum flo_animation::PaintEdit [] [src]

pub enum PaintEdit {
    SelectBrush(ElementIdBrushDefinitionBrushDrawingStyle),
    BrushProperties(ElementIdBrushProperties),
    BrushStroke(ElementIdArc<Vec<RawPoint>>),
}

Represents an edit involving painting

Variants

Selects the brush with the specified definition for painting

Sets the properties for brush strokes

Draws a brush stroke using the current brush and the specified set of input points

Methods

impl PaintEdit
[src]

[src]

If this edit contains an unassigned element ID, calls the specified function to supply a new element ID. If the edit already has an ID, leaves it unchanged.

Trait Implementations

impl Clone for PaintEdit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PaintEdit
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for PaintEdit
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PaintEdit

impl Sync for PaintEdit