AlphaCeiling
AlphaCeiling class
Represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.
public sealed class AlphaCeiling : ImageTransformOperation, IAlphaCeiling
Properties
Methods
| Name | Description | 
|---|
| override Equals(object) | Determines whether the specified AlphaCeilingis equal to the currentAlphaCeiling. | 
| GetEffective() | Gets effective Alpha Ceiling effect data with the inheritance applied. | 
| override GetHashCode() | Serves as a hash function for a particular type. | 
See Also