コード例 #1
0
 public void Add(ushort time, ColorRGBAf color)
 {
     AddColor(time, color.R, color.G, color.B);
     AddAlpha(time, color.A);
 }