Main Page | Modules | Related Pages

Palette Functions

Functions


Function Documentation

void hel_PalBgClear16 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_PalBgClearEx(), hel_PalBgClear256()

void hel_PalBgClear256 void   ) 
 

Set entire background palette to black.

This function sets the entire background palette to black

See also:
hel_PalBgClearEx(), hel_PalBgClear16()

void hel_PalBgClearEx 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_PalBgClear256(), hel_PalBgClear16()

void hel_PalBgInvert16 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_PalBgInvertEx(), hel_PalBgInvert256()

void hel_PalBgInvert256 void   ) 
 

Invert colors of entire background palette.

This function inverts the entire background palette entries (colors)

See also:
hel_PalBgInvertEx(), hel_PalBgInvert16()

void hel_PalBgInvertEx 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_PalBgClear256(), hel_PalBgClear16()


Generated on Sun May 2 17:57:33 2004 by DoxyGen 1.3.6