Hue

EmfPlusTintEffect.Hue property

Gets or sets a 32-bit signed integer that specifies the hue to which the tint effect is applied. -180 ≤ value < 0 The color at a specified counter-clockwise rotation of the color wheel, starting from blue. 0 A value of 0 specifies the color blue on the color wheel. 0 < value ≤ 180 The color at a specified clockwise rotation of the color wheel, starting from blue

public int Hue { get; set; }

See Also