Table of Contents

TUIGradientStop.TUIGradientStop Constructor

Creates a new gradient stop.

Syntax

Namespace: FlexCel.Core

public TUIGradientStop(Double aPosition, TUIColor aColor)

Parameters

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

See also