From 3b2c6c5667584b8bd71f3a3c9811e53a1650e2a4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 22 Mar 2015 18:05:03 +0100 Subject: Add interpolation --- flam3.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'flam3.h') diff --git a/flam3.h b/flam3.h index ea7f1dd..207b920 100644 --- a/flam3.h +++ b/flam3.h @@ -46,9 +46,6 @@ extern char *flam3_variation_names[]; #define flam3_inttype_compat 2 /* Linear and old behaviour */ #define flam3_inttype_older 3 /* rotate padded xforms */ -#define flam3_palette_interpolation_hsv 0 -#define flam3_palette_interpolation_sweep 1 - #define flam3_max_action_length 10000 typedef enum { @@ -422,7 +419,6 @@ typedef struct { double time; int interpolation; int interpolation_type; - int palette_interpolation; int num_xforms; int final_xform_index; int final_xform_enable; -- cgit v1.2.3