Image.rotationalBlur

Applies a rotational blur to the image.

  1. void rotationalBlur(double angle, ChannelType channel)
    class Image
    void
    rotationalBlur
  2. alias radialBlur = rotationalBlur

Parameters

angle double

The angle of the rotational blur, in degrees.

channel ChannelType

If no channels are specified, blurs all the channels.

Meta