Table of Contents

Class TgaMetadata

Namespace
SixLabors.ImageSharp.Formats.Tga
Assembly
SixLabors.ImageSharp.dll

Provides TGA specific metadata information for the image.

public class TgaMetadata : IDeepCloneable
Inheritance
TgaMetadata
Implements
Inherited Members

Constructors

TgaMetadata()

Initializes a new instance of the TgaMetadata class.

public TgaMetadata()

Properties

AlphaChannelBits

Gets or sets the number of alpha bits per pixel.

public byte AlphaChannelBits { get; set; }

Property Value

byte

BitsPerPixel

Gets or sets the number of bits per pixel.

public TgaBitsPerPixel BitsPerPixel { get; set; }

Property Value

TgaBitsPerPixel

Methods

DeepClone()

public IDeepCloneable DeepClone()

Returns

IDeepCloneable