ImageOpacity

GifImage.ImageOpacity property

Retrieve the opacity of the active frame within the image, offering insight into its transparency level. This property is particularly useful for understanding the degree of transparency or opaqueness of the active frame in the image.

public override float ImageOpacity { get; }

Property Value

The opacity value between 0.0 (fully transparent) and 1.0 (fully opaque).

See Also