Microsoft DirectX 8.1 (Visual Basic)

PALETTEENTRY

Specifies the color and usage of an entry in a logical palette.

Type PALETTEENTRY
    red As Byte
    green As Byte 
    blue As Byte
    flags As Byte
End Type

Members

red
The red intensity value for the palette entry.
green
The green intensity value for the palette entry.
blue
The blue intensity value for the palette entry.
flags
The alpha intensity value for the palette entry. Note that as of Microsoft® DirectX® 8.0, this member is treated differently than documented in the Microsoft® Platform Software Development Kit (SDK).