TCustomSparsePointGradientSampler.SetColorPoints

procedure SetColorPoints(ColorPoints: TArrayOfColor32FloatPoint); overload; virtual; abstract;

procedure SetColorPoints(Points: TArrayOfFloatPoint; Colors: TArrayOfColor32); overload; virtual; abstract;

Description

SetColorPoints can be called to set all color points at once. Either specify the points and colors separately or combined as TArrayOfColor32FloatPoint

See Also

TArrayOfColor32FloatPoint