[]
Represents an alpha replace effect.
Effect alpha (opacity) values are replaced by a fixed alpha.
public class AlphaReplace : ImageEffect
Gets or sets the alpha (opacity) value.
Allowed values are from 0 to 1, inclusive.
The default is 0.
public float Alpha { get; set; }
protected bool Equals(AlphaReplace other)
other
AlphaReplacepublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()