Specifies the pixel color format for an ILMImgCapSrcBitmap supported bitmap.
typedef enum LMImgCapSrcPixelFormat
{
LMImgCapSrcPixelFormat_16bppRGB555 = 0x00021005,
LMImgCapSrcPixelFormat_16bppRGB565 = 0x00021006,
LMImgCapSrcPixelFormat_16bppARGB1555 = 0x00061007,
LMImgCapSrcPixelFormat_24bppRGB = 0x00031808,
LMImgCapSrcPixelFormat_32bppRGB = 0x00032009,
LMImgCapSrcPixelFormat_32bppARGB = 0x0026200A,
LMImgCapSrcPixelFormat_32bppPARGB = 0x000E200B,
} LMImgCapSrcPixelFormat;
Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used.
Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.
Specifies that the format is 16 bits per pixel; 1 bit is used for the alpha component, and 5 bits each are used for the red, green, and blue components.
Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.
Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document