Struct flo_animation::VectorProperties [] [src]

pub struct VectorProperties {
    pub brush: Arc<Brush>,
    pub brush_properties: BrushProperties,
}

Represents the active properties for a vector layer

Elements can update the properties, which persist to the next element. This saves some space in that properties don't need to be encoded with each element.

Fields

The active brush

The properties set for the active brush

Methods

impl VectorProperties
[src]

[src]

Creates the default brush properties

Trait Implementations

impl Clone for VectorProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations