TLinearGradientPolygonFiller

Ancestors

TObject
   |
TCustomPolygonFiller
   |
TCustomGradientPolygonFiller
   |
TCustomLinearGradientPolygonFiller

Description

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.


Figure 1: Polygon filled with the TLinearGradientPolygonFiller

Reference

Methods Properties
In TLinearGradientPolygonFiller:
BeginRendering
Create
In TCustomLinearGradientPolygonFiller:
SetPoints EndPoint
SimpleGradient StartPoint
In TCustomGradientPolygonFiller:
Gradient
WrapMode
In TCustomPolygonFiller:
GetFillLine

See Also

Examples