Table of Contents

TUIGradientStop.Create Method

Creates a new gradient stop.

Syntax

Unit: FlexCel.Core

class function TUIGradientStop.Create(const aPosition: Double; const aColor: TUIColor): TUIGradientStop; static; overload;

Parameters

<-> Parameter Type Description
const aPosition Double Between 0 and 1
const aColor TUIColor Color for this particular point.

See also