BitsPerPixel

TgaImage.BitsPerPixel property

Retrieve the bits per pixel value, providing essential information about the image’s color depth. This property serves as a crucial metric for understanding the level of detail and color richness present in the image, aiding developers in optimizing processing algorithms and resource allocation for efficient image manipulation and rendering tasks.

public override int BitsPerPixel { get; }

See Also