Revision b664c5b7f46e7e64c8e94cb09f4d45928c1c0cc6 authored by g3gg0 on 15 June 2017, 19:11:20 UTC, committed by g3gg0 on 15 June 2017, 19:11:20 UTC
1 parent 1111f84
Raw File
falsecolor.h
#ifndef _falsecolor_h_
#define _falsecolor_h_

int falsecolor_value(int i);

int falsecolor_value_ex(int palette, int i);

int falsecolor_fordraw(int i);

void draw_false_downsampled( void );

char* falsecolor_palette_name();

void falsecolor_palette_preview(int x, int y);

extern uint8_t *false_colour[256];
extern int falsecolor_draw;
extern int falsecolor_palette;

MENU_UPDATE_FUNC(falsecolor_display);

MENU_UPDATE_FUNC(falsecolor_display_palette);

#endif /* _falsecolor_h_ */
back to top