TCustomArbitrarySparsePointGradientPolygonFiller.SetColorPoints

procedure SetColorPoints(ColorPoints: TArrayOfColor32FloatPoint); override;

procedure SetColorPoints(Points: TArrayOfFloatPoint; Colors: TArrayOfColor32); override;

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