[]
Represents an alpha modulate fixed effect.
Effect alpha (opacity) values are multiplied by a fixed amount.
public class AlphaModulation : ImageEffect
Gets or sets the amount to scale the alpha.
Allowed values are from 0 to 1, inclusive.
The default is 1.
public float Amount { get; set; }
protected bool Equals(AlphaModulation other)
other
AlphaModulationpublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()