Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-04-27 08:49:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-04-27 08:49:13 +0300
commit0912bffb848dbb3fd13e736f1f60128e4a36a7f7 (patch)
treee37bc637ad8291fe3f70947bc5a8b28289057672 /source/blender/makesdna/DNA_sequence_types.h
parent01cdd22a524b0f4a51d52d661268eb3758c68f35 (diff)
Sequencer text strip color options
D1930 by @NiKoZLaB
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 3a64890a84b..1f4e4df4660 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -274,6 +274,7 @@ typedef struct GaussianBlurVars {
typedef struct TextVars {
char text[512];
int text_size;
+ float color[4], shadow_color[4];
float loc[2];
float wrap_width;
char flag;