Click or drag to resize

RippleTransformMode Enumeration

Enumeration used by RippleTransform.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum RippleTransformMode
Members
  Member nameDescription
Full Waves remain at full intensity.
Linear Waves diminish linearly with their distance from center.
Square Waves diminish with the square of their distance.
Sine Waves diminish with the sine of their distance (inverse!).
Cosine Waves diminish with the cosine of their distance.
See Also