Table of Contents

Class HueRotation

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in HueRotate effect.

public class HueRotation : Effect
Inheritance
HueRotation
Inherited Members

Constructors

HueRotation(DeviceContext)

Initializes a new instance of HueRotation effect.

public HueRotation(DeviceContext context)

Parameters

context DeviceContext

Properties

Angle

The angle to rotate the hue, in degrees.

public float Angle { get; set; }

Property Value

float