FreeBASIC
0.91.0
|
#include "fb_gfx.h"
Go to the source code of this file.
Functions | |
unsigned int | fb_hMakeColor (int bpp, unsigned int index, int r, int g, int b) |
unsigned int | fb_hFixColor (int bpp, unsigned int color) |
void | fb_hRestorePalette (void) |
void | fb_hSetPaletteColorRgb (int index, int r, int g, int b) |
void | fb_hSetPaletteColor (int index, unsigned int color) |
FBCALL void | fb_GfxPalette (int index, int red, int green, int blue) |
Variables | |
static const unsigned char | cga_association [5][4] |
static const unsigned char | ega_association [2][16] |
FBCALL void fb_GfxPalette | ( | int | index, |
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 75 of file gfx_palette.c.
unsigned int fb_hFixColor | ( | int | bpp, |
unsigned int | color | ||
) |
Definition at line 25 of file gfx_palette.c.
unsigned int fb_hMakeColor | ( | int | bpp, |
unsigned int | index, | ||
int | r, | ||
int | g, | ||
int | b | ||
) |
void fb_hRestorePalette | ( | void | ) |
void fb_hSetPaletteColor | ( | int | index, |
unsigned int | color | ||
) |
Definition at line 54 of file gfx_palette.c.
void fb_hSetPaletteColorRgb | ( | int | index, |
int | r, | ||
int | g, | ||
int | b | ||
) |
|
static |
Definition at line 5 of file gfx_palette.c.
|
static |
Definition at line 8 of file gfx_palette.c.