ReactOS 0.4.15-dev-7788-g1ad9096
VIDEO_CLUT Struct Reference

#include <ntddvdeo.h>

Collaboration diagram for VIDEO_CLUT:

Public Attributes

USHORT NumEntries
 
USHORT FirstEntry
 
union {
   VIDEO_CLUTDATA   RgbArray
 
   ULONG   RgbLong
 
LookupTable [1]
 

Detailed Description

Definition at line 588 of file ntddvdeo.h.

Member Data Documentation

◆ FirstEntry

USHORT VIDEO_CLUT::FirstEntry

◆ 

union { ... } VIDEO_CLUT::LookupTable[1]

◆ NumEntries

USHORT VIDEO_CLUT::NumEntries

◆ RgbArray

VIDEO_CLUTDATA VIDEO_CLUT::RgbArray

Definition at line 592 of file ntddvdeo.h.

Referenced by IntSetPalette(), VBESetColorRegisters(), and VgaSetColorLookup().

◆ RgbLong

ULONG VIDEO_CLUT::RgbLong

Definition at line 593 of file ntddvdeo.h.

Referenced by IntSetPalette().


The documentation for this struct was generated from the following file: