[]
Represents a tint effect.
Shifts effect color values towards/away from hue by a specified amount.
public class Tint : ImageEffect
Gets or sets how much the color value is shifted.
Allowed values are from -1 to 1, inclusive.
The default is 0.
public float Amount { get; set; }
Gets or sets the hue towards which to tint.
Allowed values are from 0 to 359.9, inclusive.
The default is 0.
public float Hue { get; set; }
protected bool Equals(Tint other)
other
Tintpublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()