Declaration ​
pascal
function Color32GradientStop(Offset: TFloat; Color: TColor32): TColor32GradientStop; overload;Parameters ​
| Parameter | Type | Description |
|---|---|---|
Offset | TFloat | Normalized gradient offset position in the range [0.0, 1.0]. |
Color | TColor32 | 32-bit ARGB color value. |
Returns ​
| Type | Description |
|---|---|
TColor32GradientStop | A TColor32GradientStop record initialized with the specified offset and color. |
Description ​
Color32GradientStop is a convenience constructor routine for creating TColor32GradientStop records inline.