Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
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: darren_john_dwyer@hotmail.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.
|
|