From bd4fe1b71dea85947f4d670ea749d7e07a2ed83c Mon Sep 17 00:00:00 2001 From: Xavier Thomas Date: Mon, 10 May 2010 03:42:22 +0000 Subject: Fix for histogram Luma mode not working when waveform is in RGB mode. Also unified the scope vocabulary. --- source/blender/makesdna/DNA_color_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_color_types.h') 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 -- cgit v1.2.3