Paints a rectangular portion of the canvas with a radial gradient specified by the Colors array.
Namespace: RSGraphics
Delphi |
procedure EllipseGradient(const Canvas: TCanvas; const ARect: TCanvasRect; |
Parameters
Canvas
Type: TCanvas
Canvas to paint on
ARect
Type: System.Void
Rectangle portion of the canvas to fill with the gradient
Colors
Type: array of TCanvasColor
Colors of the gradient
LineSize
Type: Integer
Step (or coarseness) of the gradient
Opacity
Type: Single
Transparency of the gradient (FMX Only)