Gray and Dithered Bitmap Functions
Visual Studio .NET 2003
Gray Bitmap Functions
MFC provides two functions for giving a bitmap the appearance of a disabled control.

| AfxDrawGrayBitmap | Draws a gray version of a bitmap. |
| AfxGetGrayBitmap | Copies a gray version of a bitmap. |
Dithered Bitmap Functions
MFC also provides two functions for replacing a bitmap's background with a dithered pattern.

| AfxDrawDitheredBitmap | Draws a bitmap with a dithered background. |
| AfxGetDitheredBitmap | Copies a bitmap with a dithered background. |