public void Add(ushort time, ColorRGBAf color) { AddColor(time, color.R, color.G, color.B); AddAlpha(time, color.A); }