HasTransparentColor

TgaImage.HasTransparentColor property

Retrieves or sets a boolean value indicating whether the image contains a transparent color. This property is essential for identifying whether the image supports transparency, helping you to implement appropriate handling of transparency-related operations such as blending, compositing, or masking.

public override bool HasTransparentColor { get; set; }

See Also