Struct spine_data::spine::ColorKeyframe [] [src]

pub struct ColorKeyframe {
    pub time: f64,
    pub color: String,
    pub curve: Interpolation,
}

Fields

Trait Implementations

impl Clone for ColorKeyframe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ColorKeyframe
[src]

[src]

Formats the value using the given formatter.