TSVGRadialGradientPolygonFiller

Ancestors

TObject
   |
TCustomPolygonFiller
   |
TCustomGradientPolygonFiller
   |
TCustomRadialGradientPolygonFiller

Description

The TSVGRadialGradientPolygonFiller is a radial color gradient based on the SVG definition.

It can be defined by specifying the ellipse bounds and the focal point. Between this focal point and the ellipse the colors are interpolated linearly according to the specified gradient color stops.


Figure 1: Polygon filled with the TSVGRadialGradientPolygonFiller with several colors, a certain radius and center (wrap modes: clamp)

Reference

Methods Properties
In TSVGRadialGradientPolygonFiller:
BeginRendering FocalPoint
In TCustomRadialGradientPolygonFiller:
Create EllipseBounds
Destroy
In TCustomGradientPolygonFiller:
Gradient
WrapMode
In TCustomPolygonFiller:
GetFillLine

See Also

Examples