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:
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/matrix.h b/source/blender/imbuf/intern/matrix.h
index 20127e806a9..0036ff7b570 100644
--- a/source/blender/imbuf/intern/matrix.h
+++ b/source/blender/imbuf/intern/matrix.h
@@ -62,9 +62,9 @@ float yuvrgb[4][4]={
-226.816, 135.460, -179.456, 1.0};
float rgb_to_bw[4][4]={
- .114, .114, .114, 0.0,
- .587, .587, .587, 0.0,
.299, .299, .299, 0.0,
+ .587, .587, .587, 0.0,
+ .114, .114, .114, 0.0,
0.5, 0.5, 0.5, 1.0};
float dyuvrgb_oud[4][4]={