[][src]Function spine::ffi::spTwoColorTimeline_setFrame

pub unsafe extern "C" fn spTwoColorTimeline_setFrame(
    self_: *mut spTwoColorTimeline,
    frameIndex: i32,
    time: f32,
    r: f32,
    g: f32,
    b: f32,
    a: f32,
    r2: f32,
    g2: f32,
    b2: f32
)