![]() |
Leptonica
1.82.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 178 of file pix.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetRGBA(), pixcmapResetColor(), pixcmapSetAlpha(), and pixcmapToArrays().
l_uint8 RGBA_Quad::blue |
blue value
Definition at line 175 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 176 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 177 of file pix.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapIsBlackAndWhite(), pixcmapResetColor(), and pixcmapToArrays().