The RadialGradientBrush class is used for background radial gradient fill.
RadialGradientBrush
<NSCoding>
A focal point defines the beginning of the gradient, and a circle defines the end point of the gradient. A set and offset of colors are determined by the gradientStops property.
center. Radial gradient center.
gradientStops. Gradient transition point.
calcMaxDistance:toEdges:. Calculates maximum distance between the specified point and borders of rectangular area.
gradient. Creates an instance of gradient object.
applyToContext:path:rect:. Applies brush parameters for the specified graphic context.
dumpConfiguration. Returns the object, to which partial brush parameters are loaded.
dumpConfigurationToDict. Returns the object to which the brush parameters are loaded.
dumpGradientStops. Returns object that stores parameters of gradient colors and their positions.
dumpConfigurationToDict. Returns the object to which the brush parameters are loaded.
radialGradientBrushWithDict:. Creates a brush instance according to the specified parameters.
brushWithDict:. Creates a brush instance according to the specified parameters.
See also: