4.51.2.4.22. ogGetAlpha() | Table of Contents | 4.51.2.4.24. ogGetBPP() |
function ogGetAlphaMasker:uInt32;Remarks:
Returns the inverse mask of the alpha channel. This is used by some internal functions to mask off the alpha level. It is used thus:
pixel := pixel and ogGetAlphaMasker;packedPixel would be the same pixel without any alpha information. Restrictions:
8BPP modes are not in packed pixel formats.
4.51.2.4.22. ogGetAlpha() | Table of Contents | 4.51.2.4.24. ogGetBPP() |