GradientStop

Description

The GradientStop class is used to determine position and color of the brush used for background gradient fill.

Inheritance Hierarchy

          NSObject

          GradientStop

Supported Protocols

<NSCoding>

<NSCopying>

Categories

GradientStop(Charting)

Properties

color. Brush color in the gradient transition point.

offset. Transition point offset from gradient start area.

Methods

initWithColor:offset:. Creates a class instance with the specified color and gradient transition point offset.

Methods added from GradientStop(Charting)

dictFromGradientStop. Gets the object to which parameters of gradient stop are loaded.

Static Methods

gradientStopWithColor:offset:. Creates a gradient transition point with the specified point color and area start offset.

Static methods added from GradientStop(Charting)

gradientStopWithDict:. Creates a gradient stop based on the object with its parameters.

See also:

Working with Common Classes