BackgroundColor

TgaImage.BackgroundColor property

Retrieves or sets the background color of the image. This property allows you to specify the color used for the image background, ensuring consistency and enhancing visual presentation. It is particularly useful for scenarios where the image is displayed on a background with a different color or when rendering the image onto another canvas.

public override Color BackgroundColor { get; set; }

See Also