Image.rotationalBlur

Applies a rotational blur to the image.

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

Parameters

angle
Type: double

The angle of the rotational blur, in degrees.

channel

If no channels are specified, blurs all the channels.

Meta