MotionBlurMode Enumeration |
Defines the manner of blur for the MotionBlurCommand
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum MotionBlurMode
Public Enumeration MotionBlurMode
Members
| Member name | Description |
---|
| Linear |
The image is blurred in a line (traditional motion blur).
|
| Radial |
The image is blurred in a circle around the center point.
|
| Zoom |
The image is blurred as if zooming in.
|
See Also