Applies an effect to an image that makes it appear to have been painted in the
pointillism style of painting.
Syntax
Parameters
- page
- Image to apply pointillist effect to.
- pointSize
- Average size of each point (in pixels).
- pointType
- Type of brush to use for each point. Determines the shape of the point.
- smoothness
- Smoothness factor for each point. This value typically ranges from 0 to 100.
- color
- Specifies a background color to use. If this parameter is null, all points fit
together smoothly with no gaps. If this parameter specifies a background a color, there are some
occasional gaps which are set to the specified background color.
See Also