
Open Source Software
Bit Masks
Bit masks are a computer science concept; in a nutshell, they represent options which can be combined in a variety of ways. A very basic example colors. Blue and Green combined create yellow. This can be represented in bit masks. The following example is sourced from the Bit field article