https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: be94de36fe2fd01eb783084d9c97c17b080c70f4 authored by alex@thinkpad on 10 February 2019, 17:27:08 UTC
5DS: moved experimental minimal.c into platform/5DS.111 and reverted changes to main minimal.c
Tip revision: be94de3
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