ZXing.RGBLuminanceSource Unit
Classes
| TRGBLuminanceSource |
Luminance source class which support different formats of images. |
Enumerations
| TBitmapFormat |
enumeration of supported bitmap format which the RGBLuminanceSource can process |
Constants
| ARGB32 |
4 bytes per pixel with the channels alpha, red, green and blue |
| BGR24 |
3 bytes per pixel with the channels blue, green and red |
| BGR32 |
4 bytes per pixel with the channels blue, green and red |
| BGRA32 |
4 bytes per pixel with the channels blue, green, red and alpha |
| Gray8 |
grayscale array, the byte array is a luminance array with 1 byte per pixel |
| RGB24 |
3 bytes per pixel with the channels red, green and blue |
| RGB32 |
4 bytes per pixel with the channels red, green and blue |
| RGB565 |
2 bytes per pixel, 5 bit red, 6 bits green and 5 bits blue |
| RGBA32 |
4 bytes per pixel with the channels red, green, blue and alpha |
| Unknown |
format of the byte[] isn't known. RGBLuminanceSource tries to determine the best possible value |