|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntddvdeo.h>

Public Attributes | |
| USHORT | NumEntries |
| USHORT | FirstEntry |
| union { | |
| VIDEO_CLUTDATA RgbArray | |
| ULONG RgbLong | |
| } | LookupTable [1] |
Definition at line 588 of file ntddvdeo.h.
| USHORT VIDEO_CLUT::FirstEntry |
Definition at line 590 of file ntddvdeo.h.
Referenced by bInit256ColorPalette(), DrvSetPalette(), IntSetPalette(), VBESetColorRegisters(), and VgaSetColorLookup().
| union { ... } VIDEO_CLUT::LookupTable[1] |
Referenced by bInit256ColorPalette(), DrvSetPalette(), IntSetPalette(), VBESetColorRegisters(), and VgaSetColorLookup().
| USHORT VIDEO_CLUT::NumEntries |
Definition at line 589 of file ntddvdeo.h.
Referenced by bInit256ColorPalette(), DrvSetPalette(), IntSetPalette(), VBESetColorRegisters(), and VgaSetColorLookup().
| VIDEO_CLUTDATA VIDEO_CLUT::RgbArray |
Definition at line 592 of file ntddvdeo.h.
Referenced by IntSetPalette(), VBESetColorRegisters(), and VgaSetColorLookup().
| ULONG VIDEO_CLUT::RgbLong |
Definition at line 593 of file ntddvdeo.h.
Referenced by IntSetPalette().