'Declaration Public Enum TgaImageType Inherits System.Enum
public enum TgaImageType : System.Enum
__value public enum TgaImageType : public System.Enum
public enum class TgaImageType : public System.Enum
'Declaration Public Enum TgaImageType Inherits System.Enum
public enum TgaImageType : System.Enum
__value public enum TgaImageType : public System.Enum
public enum class TgaImageType : public System.Enum
Member | Description |
---|---|
NoImageData | No image data included. |
ColorMapped | Uncompressed, color mapped image. |
TrueColor | Uncompressed true color image. |
BlackAndWhite | Uncompressed Black and white (grayscale) image. |
RleColorMapped | Run length encoded, color mapped image. |
RleTrueColor | Run length encoded, true color image. |
RleBlackAndWhite | Run length encoded, black and white (grayscale) image. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaImageType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5