ImageGear Professional v18.2 > API Reference Guide > Effects Component API Reference > Effects Component Objects > IGEffectsCtl Control > IGEffectsCtl Methods > Pointillist Method |
Applies an effect to an image that makes it appear to have been painted in the pointillism style of painting.The painted points are randomly generated, hence creating a slightly different look to the image each time the method is applied with the exact same settings.
Sub Pointillist(Page As IGPage, PointSize As Long, BrushType As
enumIGFXBrushType, smoothness As Long, BkColor As IGPixel)
Name | Description |
---|---|
Page | IGPage Object to which to apply the effect. |
PointSize | Average size of each point (in pixels). |
BrushType | 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. |
BkColor | 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. |
N/A
All except bitonal; if non-gray Indexed, smoothness parameter is ignored.
Image Processing and Effects