TColor32Gradient.Create

constructor Create(Color: TColor32); overload;

constructor Create(StartColor, EndColor: TColor32); overload;

constructor Create(const GradientColors: array of TColor32Gradient); overload;

Description

Creates and initializes an instance of TColor32Gradient.

After calling the inherited constructor, Create initializes the internal gradient color stop array with the passed values.

See Also

TColor32Gradient