Class HueRotationEffect
- Namespace
- GrapeCity.Documents.Imaging
- Assembly
- GcDocs.Imaging.dll
In-place effect that alters the hue of an image based on the rotation angle.
public class HueRotationEffect : ColorMatrixEffect
- Inheritance
-
object
GrapeCity.Documents.Imaging.ColorMatrixEffect
HueRotationEffect
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Methods
Get(float)
public static HueRotationEffect Get(float angleInDegrees)
Parameters
angleInDegrees
float
The angle to rotate the hue, in degrees.
Returns
- HueRotationEffect