Table of Contents

TUIGradientStop Structure

A structure describing a gradient point, with its color and position in the gradient.

Syntax

Namespace: FlexCel.Core

public struct TUIGradientStop

Constructors

Name Description
TUIGradientStop 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.