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:
authorXavier Thomas <xavier.thomas.1980@gmail.com>2010-05-10 07:42:22 +0400
committerXavier Thomas <xavier.thomas.1980@gmail.com>2010-05-10 07:42:22 +0400
commitbd4fe1b71dea85947f4d670ea749d7e07a2ed83c (patch)
tree484d9f6d007e9d5bcb07263b257bfe2da2e063ee /source/blender/makesdna/DNA_color_types.h
parent413c4c91ca26d087db9c0b42937a95fa235c6a28 (diff)
Fix for histogram Luma mode not working when waveform is in RGB mode.
Also unified the scope vocabulary.
Diffstat (limited to 'source/blender/makesdna/DNA_color_types.h')
-rw-r--r--source/blender/makesdna/DNA_color_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_color_types.h b/source/blender/makesdna/DNA_color_types.h
index 2881ec127c8..bc35d379334 100644
--- a/source/blender/makesdna/DNA_color_types.h
+++ b/source/blender/makesdna/DNA_color_types.h
@@ -133,7 +133,7 @@ typedef struct Scopes {
} Scopes;
/* scopes->wavefrm_mode */
-#define SCOPES_WAVEFRM_LUM 0
+#define SCOPES_WAVEFRM_LUMA 0
#define SCOPES_WAVEFRM_RGB 1
#define SCOPES_WAVEFRM_YCC_601 2
#define SCOPES_WAVEFRM_YCC_709 3