https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 1d5457fce2c4b8c1cae8019644eba0564b00c8ba authored by alex@thinkpad on 07 March 2018, 05:46:56 UTC
memset64/memcpy64: use versions from b831cb1; fix calls from Magic Zoom to ensure proper alignment
Tip revision: 1d5457f
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