![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.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).
Definition at line 213 of file pix_internal.h.
l_uint8 RGBA_Quad::alpha |
alpha value
Definition at line 218 of file pix_internal.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetRGBA(), pixcmapResetColor(), pixcmapSetAlpha(), and pixcmapToArrays().
l_uint8 RGBA_Quad::blue |
blue value
Definition at line 215 of file pix_internal.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapResetColor(), and pixcmapToArrays().
l_uint8 RGBA_Quad::green |
green value
Definition at line 216 of file pix_internal.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestGrayIndex(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapResetColor(), and pixcmapToArrays().
l_uint8 RGBA_Quad::red |
red value
Definition at line 217 of file pix_internal.h.
Referenced by pixcmapAddColor(), pixcmapAddRGBA(), pixcmapGetColor(), pixcmapGetDistanceToColor(), pixcmapGetNearestIndex(), pixcmapGetRGBA(), pixcmapIsBlackAndWhite(), pixcmapResetColor(), and pixcmapToArrays().