new parameter, hsv_rgb_palette_blend, which applies to hsv_circular palette interpolation only. 0 -> hsv, 1 -> rgb.

This commit is contained in:
EReckase
2015-04-27 20:48:50 -06:00
parent 7f69d64ebf
commit cbc41cd4aa
5 changed files with 72 additions and 66 deletions
+1
View File
@@ -453,6 +453,7 @@ typedef struct {
int interpolation;
int interpolation_type;
int palette_interpolation;
double hsv_rgb_palette_blend;
int num_xforms;
int final_xform_index;
int final_xform_enable;