VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tga Namespace / TgaImageType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TgaImageType Enumeration
    In This Topic
    Specifies available types of TGA images. The TGA File Format can be used to store Pseudo-Color, True-Color and Direct-Color images of various pixel depths.
    Syntax
    '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
    
    
    Members
    MemberDescription
    NoImageDataNo image data included.
    ColorMappedUncompressed, color mapped image.
    TrueColorUncompressed true color image.
    BlackAndWhiteUncompressed Black and white (grayscale) image.
    RleColorMappedRun length encoded, color mapped image.
    RleTrueColorRun length encoded, true color image.
    RleBlackAndWhiteRun length encoded, black and white (grayscale) image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Tga.TgaImageType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also