Image.sparseColor

Fills the image with the specified color or colors, starting at the x,y coordinates associated with the color and using the specified interpolation method.

class Image
void
sparseColor
(
,
Tuple!(size_t, "x", size_t, "y", Color, "color")[] args...
)

Parameters

method

The method to fill in the gradient between the control points.

args
Type: Tuple!(size_t, "x", size_t, "y", Color, "color")[]

A series of control points, and there Color.

See Also

Sparse Points of Color at Examples of ImageMagick Usage.

Meta