summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-03-22 18:05:03 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit3b2c6c5667584b8bd71f3a3c9811e53a1650e2a4 (patch)
treec6d9f17cbc3ab0fceffae5e36aea2c2357cbbc58 /flam3.h
parentb2cce683d3c84780fd31b16e26b6b85666da2872 (diff)
downloadpucket-3b2c6c5667584b8bd71f3a3c9811e53a1650e2a4.tar.gz
pucket-3b2c6c5667584b8bd71f3a3c9811e53a1650e2a4.tar.bz2
pucket-3b2c6c5667584b8bd71f3a3c9811e53a1650e2a4.zip
Add interpolation
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h4
1 files changed, 0 insertions, 4 deletions
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;