Blender Git Commit Log
Git Commits -> Revision 128506e
Revision 128506e by Aaron Carlisle (master) April 29, 2018, 22:00 (GMT) |
BLI Color: YUV to/from rgb colorspace option This commit does two things: - Adds an option to do the calculation in different color spaces (BT601 or BT709). - Changes the default caluclation from legacy BT601 to BT709. This affects several areas: - UI areas (mainly scopes) - ViewLevelsNode - Several other nodes that use `COM_ConvertOperation.h` |
Commit Details:
Full Hash: 128506eeb1a2d87393061b4c9783289a5e4b3275
Parent Commit: 16c0516
Lines Changed: +46, -22
9 Modified Paths:
/source/blender/blenkernel/intern/colortools.c (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_color.h (+6, -3) (Diff)
/source/blender/blenlib/intern/math_color.c (+29, -8) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertOperation.cpp (+2, -2) (Diff)
/source/blender/editors/interface/interface_draw.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+3, -3) (Diff)
/tests/gtests/blenlib/BLI_math_color_test.cc (+2, -2) (Diff)
/source/blender/blenlib/BLI_math_color.h (+6, -3) (Diff)
/source/blender/blenlib/intern/math_color.c (+29, -8) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertOperation.cpp (+2, -2) (Diff)
/source/blender/editors/interface/interface_draw.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+3, -3) (Diff)
/tests/gtests/blenlib/BLI_math_color_test.cc (+2, -2) (Diff)