[]
public class ColorChange : ImageEffect
Gets the color that is being replaced with ColorTo.
public SolidColor ColorFrom { get; }
Gets the color which replaces the ColorFrom.
public SolidColor ColorTo { get; }
Gets or sets whether alpha values are considered for the effect.
The effect alpha values are considered if true, otherwise they are ignored.
The default is true.
public bool UseAlpha { get; set; }
protected bool Equals(ColorChange other)
other
ColorChangepublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()