https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: bba405b0c3d124952e06963197376be078a9bd03 authored by a1ex on 28 January 2014, 15:42:00 UTC
Close branch 1100D_skip_offsets
Tip revision: bba405b
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