|
NAMEset_palette - Sets the entire palette of 256 colors. Allegro game programming library. DESCRIPTIONSets the entire palette of 256 colors. You should provide an array of 256 RGB structures. Unlike set_color(), there is no need to call vsync() before this function. Example:
SEE ALSOset_gfx_mode(3), set_palette_range(3), set_color(3), get_palette(3), select_palette(3), palette_color(3)
|