TUIGradientStop Record
A structure describing a gradient point, with its color and position in the gradient.
Syntax
Unit: FlexCel.Core
TUIGradientStop = record;
Methods
| Name |
Description |
| Create |
Creates a new gradient stop.
|
Properties
| Name |
Description |
| Position |
Position of the stop in the gradient. Must be between 0 (start of the gradient) and 1 (end of the gradient).
|
| Color |
Color for this stop in the gradient.
|