summaryrefslogtreecommitdiff
path: root/palettes.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-10Use built-in palettesLars-Dominik Braun1-0/+1
This increases the binaries’ size, but we don’t have to parse the palette file every time.
2015-05-02Store pointer to array element onceLars-Dominik Braun1-1/+1
Instead of indexing the array over and over
2015-05-02Another massive cleanupLars-Dominik Braun1-5/+3
Drops unused functions, fixes function visibility.
2015-05-02Rewrite color palettesLars-Dominik Braun1-8/+25
Supports palettes with != 256 colors properly now. A lot of old code still (silently!) relies on that number though.
2015-05-02Rename project to “pucket”Lars-Dominik Braun1-1/+0
2015-05-02Use floating point color values in [0,1]Lars-Dominik Braun1-1/+1
Internal color representation is [0,1] now for every channel.
2015-05-02Vectorize accumulationLars-Dominik Braun1-3/+4
Also vectorizes some color functions and switches to double accumulation buffer. Does not seem to be slower.
2015-05-02Move out of subdirLars-Dominik Braun1-0/+37