Declaration ​
pascal
TLinearGradientPolygonFiller = class(TCustomLinearGradientPolygonFiller)Description ​
TLinearGradientPolygonFiller implements optimized scanline fillers for linear color gradients across polygons.
A linear color gradient is specified by a two or more points, and a color at each point. The colors along the line through those points are calculated using linear interpolation, then extended perpendicular to that line.