Main Page   Modules   Related Pages  

Palette Functions

Functions


Function Documentation

void hel_PaletteBgClear16 u8    PaletteBank
 

Set a background palette-bank to black.

Parameters:
PaletteBank : The palette-bank (0..15)
This function sets the background palette-bank specified in PaletteBank to black

See also:
hel_PaletteBgClearEx(), hel_PaletteBgClear256()

void hel_PaletteBgClear256 void   
 

Set entire background palette to black.

This function sets the entire background palette to black

See also:
hel_PaletteBgClearEx(), hel_PaletteBgClear16()

void hel_PaletteBgClearEx u8    StartIndex,
u8    EndIndex,
u8    Red,
u8    Green,
u8    Blue
 

Set background palette to a specific color.

Parameters:
StartIndex : Index to start at
EndIndex : Index to end at
Red : Red amount (0..255)
Green : Green amount (0..255)
Blue : Blue amount (0..255)
This function sets all palette entries between StartIndex and EndIndex to the color specified in Red/Green/Blue.

See also:
hel_PaletteBgClear256(), hel_PaletteBgClear16()

void hel_PaletteBgInvert16 u8    PaletteBank
 

Invert colors of a background palette-bank.

Parameters:
PaletteBank : The palette-bank (0..15)
This function sets the background palette-bank specified in PaletteBank to black

See also:
hel_PaletteBgInvertEx(), hel_PaletteBgInvert256()

void hel_PaletteBgInvert256 void   
 

Invert colors of entire background palette.

This function inverts the entire background palette entries (colors)

See also:
hel_PaletteBgInvertEx(), hel_PaletteBgInvert16()

void hel_PaletteBgInvertEx u8    StartIndex,
u8    EndIndex
 

Invert a part of background palette.

Parameters:
StartIndex : Index to start at
EndIndex : Index to end at
This function inverts all palette entries (colors) between StartIndex and EndIndex.

See also:
hel_PaletteBgClear256(), hel_PaletteBgClear16()


Generated on Mon Oct 27 14:21:27 2003 by DoxyGen 1.3-rc1