Class TgaMetadata
Provides TGA specific metadata information for the image.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Tga
Assembly: SixLabors.ImageSharp.dll
Syntax
public class TgaMetadata : IDeepCloneable
Constructors
| Edit this page View SourceTgaMetadata()
Initializes a new instance of the TgaMetadata class.
Declaration
public TgaMetadata()
Properties
| Edit this page View SourceAlphaChannelBits
Gets or sets the number of alpha bits per pixel.
Declaration
public byte AlphaChannelBits { get; set; }
Property Value
Type | Description |
---|---|
byte |
BitsPerPixel
Gets or sets the number of bits per pixel.
Declaration
public TgaBitsPerPixel BitsPerPixel { get; set; }
Property Value
Type | Description |
---|---|
TgaBitsPerPixel |
Methods
| Edit this page View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public IDeepCloneable DeepClone()
Returns
Type | Description |
---|---|
IDeepCloneable | The IDeepCloneable. |