VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Twain Namespace / PixelType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
    PixelType Enumeration
    Specifies available pixel types.
    Syntax
    'Declaration
    
    Public Enum PixelType
       Inherits 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 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also