pub fn lerp( t: f32, dst: impl Into<RCHandle<SkColorFilter>>, src: impl Into<RCHandle<SkColorFilter>>, ) -> Option<RCHandle<SkColorFilter>>