VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / PixelType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PixelType Enumeration
    In This Topic
    Specifies available pixel types.
    Syntax
    'Declaration
    
    Public Enum PixelType
       Inherits System.Enum
    
    
    public enum PixelType : System.Enum
    
    
    __value public enum PixelType : public System.Enum
    
    
    public enum class PixelType : public System.Enum
    
    
    Members
    MemberDescription
    BWBlack-white image
    GrayGray (palette) image
    RGBColor (RGB) image
    PaletteColor (palette) image
    CMYCMY
    CMYKColor (CMYK) image
    YUVColor (YUV) image
    YUVKColor (YUVK) image
    CIEXYZCIEXYZ
    LabLab
    SRGBColor (RGB) image with ICC profile
    SRGB64Color (gamut RGB) image with ICC profile
    BGRColor (BGR) image
    CIELABCIELAB
    CIELUVCIELUV
    YCBCRYCBCR
    InfraredInfrared
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Twain.PixelType

    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