ColorStop constructor
const
ColorStop(
- double t,
- Vector4 color
Creates a stop placing color (linear RGBA) at normalized time t.
Implementation
const ColorStop(this.t, this.color);
Creates a stop placing color (linear RGBA) at normalized time t.
const ColorStop(this.t, this.color);