www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Bit Mask'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
BIT MASK
[ TDx_Draw_Library ]
[ next: Blit ]
[ prev: Bit Depth ]
A bit mask is a sequence of ones and zero's and may be interpreted in different ways depending on the use to which the mask is being put. Usually mask interpretation involves writing data corresponding to the one's in the bit mask and not writing data corresponding with the
zero's.
|
|