Table of Contents

MakeCLUTBlueEntry

Packs a color index and blue values into a single word.

Synopsis

VDLEntry MakeCLUTBlueEntry (uint8 index,uint8 b)

Description

This macro takes a blue color-specification argument and packs it into a single 32-bit word. The color-entry word generated by MakeCLUTBlueEntry() can be passed to calls such as SetScreenColor(), which require this kind of argument.

Arguments

Return Value

The macro returns a 32-bit color entry value.

Implementation

Macro implemented in graphics.h V20.

Associated File

graphics.h

See Also

SetScreenColor(), MakeCLUTColorEntry(), MakeCLUTGreenEntry(), MakeCLUTRedEntry()