Searched defs:alphaChannel (Results 1 – 2 of 2) sorted by relevance
79 inline int alphaChannel(RGBA32 color) { return (color >> 24) & 0xFF; } in alphaChannel() function
370 int alphaChannel; /* Ignored by OpenCV */ member