HasBackgroundColor

TgaImage.HasBackgroundColor property

Retrieves or sets a value indicating whether the image contains a background color. This property is useful for determining whether the image includes a distinct background color separate from the foreground content. It enables you to customize image processing or rendering based on the presence or absence of a background color.

public override bool HasBackgroundColor { get; set; }

See Also