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
| Improve this Doc View SourceTgaMetadata()
Initializes a new instance of the TgaMetadata class.
Declaration
public TgaMetadata()
Properties
| Improve this Doc View SourceAlphaChannelBits
Gets or sets the 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
| Improve this Doc 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. |