HueLevel

EmfPlusHueSaturationLightnessEffect.HueLevel property

Gets or sets the Specifies the adjustment to the hue. -180 ≤ value < 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 < value ≤ 180 Positive values specify counter-clockwise rotation on the color wheel.

public int HueLevel { get; set; }

Property Value

The hue level.

See Also