NuGridGradientStop

Description

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

Inheritance Hierarchy

          NSObject

          NuGridGradientStop

Supported Protocols

<NSCoding>

<NSCopying>

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.

Static Methods

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

See also:

Classes