[]
Represents an alpha inverse effect.
Alpha (opacity) values are inverted by subtracting from 100% (fully opaque).
public class AlphaInverse : ImageEffect
Gets the color to replace transparency.
public SolidColor Color { get; }