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:
authorTroy Sobotka <troy.sobotka@gmail.com>2015-02-10 23:33:00 +0300
committerThomas Dinges <blender@dingto.org>2015-02-10 23:34:19 +0300
commit28e76bbb931d2747fdb1ef6b47cc313a34899951 (patch)
tree9777e7642a81b19970caf8d4ca9832a6a73772cf /source/blender/blenlib/BLI_math_color.h
parent1d64dff6716ac02fb706d4111c606ddc42984a3d (diff)
Remove legacy color transform functions.
Differential Revision: https://developer.blender.org/D1095
Diffstat (limited to 'source/blender/blenlib/BLI_math_color.h')
-rw-r--r--source/blender/blenlib/BLI_math_color.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_math_color.h b/source/blender/blenlib/BLI_math_color.h
index 560ebe3d390..55e57b14d09 100644
--- a/source/blender/blenlib/BLI_math_color.h
+++ b/source/blender/blenlib/BLI_math_color.h
@@ -89,9 +89,6 @@ MINLINE float rgb_to_luma_y(const float rgb[3]);
/**************** Profile Transformations *****************/
-void gamma_correct(float *c, float gamma);
-float rec709_to_linearrgb(float c);
-float linearrgb_to_rec709(float c);
float srgb_to_linearrgb(float c);
float linearrgb_to_srgb(float c);