Image.charcoal

Adds a "charcoal" effect to the image. You can alter the intensity of the effect by changing the radius and sigma arguments.

class Image
void
charcoal
(
double radius = 0
,
double sigma = 1
)

Parameters

radius double

The radius of the pixel neighborhood.

sigma double

The standard deviation of the Gaussian, in pixels.

Meta