![]() |
Leptonica
1.77.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
| l_uint8 | blue |
| l_uint8 | green |
| l_uint8 | red |
| l_uint8 | alpha |
Colormap table entry (after the BMP version). Note that the BMP format stores the colormap table exactly as it appears here, with color samples being stored sequentially, in the order (b,g,r,a).
| l_uint8 RGBA_Quad::alpha |
alpha value
Definition at line 174 of file pix.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetRGBA(), pixcmapResetColor(), pixcmapSetAlpha(), and pixcmapToArrays().
| l_uint8 RGBA_Quad::blue |
blue value
Definition at line 171 of file pix.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapResetColor(), and pixcmapToArrays().
| l_uint8 RGBA_Quad::green |
green value
Definition at line 172 of file pix.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestGrayIndex(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapResetColor(), and pixcmapToArrays().
| l_uint8 RGBA_Quad::red |
red value
Definition at line 173 of file pix.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapIsBlackAndWhite(), pixcmapResetColor(), and pixcmapToArrays().