The GradientStop class is used to determine position and color of the brush used for background gradient fill.
GradientStop
<NSCoding>
color. Brush color in the gradient transition point.
offset. Transition point offset from gradient start area.
initWithColor:offset:. Creates a class instance with the specified color and gradient transition point offset.
dictFromGradientStop. Gets the object to which parameters of gradient stop are loaded.
gradientStopWithColor:offset:. Creates a gradient transition point with the specified point color and area start offset.
gradientStopWithDict:. Creates a gradient stop based on the object with its parameters.
See also: