Picotron Palette

Back

The default colors are as such:

The first 16 colors are from the Pico-8 palette:

The new 16 colors are from Picotron's own palette:

There are a total of 64 colors that you can use.
All 64 colors can be changed to any RGBA value


Color 0 acts as a transparent color by default

Colous >=32 is the same as color 0 by default, acting as a non transparent version


Color transparencies can be set with
palt(id,bool)
id being the id of the color
bool being the true/false (a boolean) to say whether it's transparent or not


Along with this, it's possible to change the GFX editor and the map editor to your loaded palette, see the downloadable .lua file.


Functions for setting palettes can be downloaded below

Download