*Palette manipulation needs a lot of work. This will be enhanced in the future.*
#### jlPaletteDefault
#### jlPaletteDefault
```c
```c
voidjlPaletteDefault(void);
voidjlPaletteDefault(void);
...
@@ -8,4 +10,10 @@ Resets the current palette to the default EGA palette.
...
@@ -8,4 +10,10 @@ Resets the current palette to the default EGA palette.
```c
```c
voidjlPaletteSet(byteindex,byter,byteg,byteb);
voidjlPaletteSet(byteindex,byter,byteg,byteb);
```
```
Sets the color of palette position `index` to the specified RGB value. RGB values are specified as 4 bit (0-15) values. Valid `index` values are from 0-15.
Sets the color of palette position `index` to the specified RGB value. RGB values are specified as 4 bit (0-15) values. Valid `index` values are from 0-15.
\ No newline at end of file
#### jlPaletteSetFromSta
```c
voidjlPaletteSetFromSta(jlStaT*sta);
```
Sets the display palette to the palette provided by the static image.