|
ReactOS 0.4.16-dev-2110-ge3521eb
|
Physical format of an RGB pixel, specified with per-component bit-masks. A bit being set defines those used for the given color component, such as Red, Green, Blue, or Reserved. More...
#include <vidfb.h>
Public Attributes | |
| ULONG | RedMask |
| ULONG | GreenMask |
| ULONG | BlueMask |
| ULONG | ReservedMask |
Physical format of an RGB pixel, specified with per-component bit-masks. A bit being set defines those used for the given color component, such as Red, Green, Blue, or Reserved.
| ULONG _PIXEL_BITMASK::BlueMask |
Definition at line 25 of file vidfb.h.
Referenced by VidFbInitializeVideo().
| ULONG _PIXEL_BITMASK::GreenMask |
Definition at line 24 of file vidfb.h.
Referenced by VidFbInitializeVideo().
| ULONG _PIXEL_BITMASK::RedMask |
Definition at line 23 of file vidfb.h.
Referenced by VidFbInitializeVideo().
| ULONG _PIXEL_BITMASK::ReservedMask |
Definition at line 26 of file vidfb.h.
Referenced by VidFbInitializeVideo().