Table of Contents

MakeCLUTBackgroundEntry

Constructs a color entry to set the background color of the display.

Synopsis

VDLEntry MakeCLUTBackgroundEntry (uint8 r,uint8 g,uint8 b)

Description

This macro constructs a VDL color entry that sets the background color of the display according to the specified red, green, and blue components.

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(), MakeCLUTGreenEntry(), MakeCLUTBlueEntry(), MakeCLUTRedEntry(), MakeCLUTColorEntry()