[]
Builtin HueRotate effect.
public class HueRotation : Effect, IDisposable, IUnknown
Initializes a new instance of the HueRotation class.
public HueRotation(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
The angle to rotate the hue, in degrees.
public float Angle { get; set; }
Initializes a new instance of HueRotation effect.
public static HueRotation Create(DeviceContext context)
context
DeviceContext