From a7b3d58066a18c63037051477e45528380c5decf Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 13 Dec 2018 18:28:41 +0100 Subject: Fix T58014, T58650: issues with hex color and Filmic view transform. Hex color values are now always in sRGB space, as would be expected by most other applications. Previously they were in display space and using the view transform. --- source/blender/editors/interface/interface_intern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/interface/interface_intern.h') diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h index 0ab92a633ad..24fb68dba0c 100644 --- a/source/blender/editors/interface/interface_intern.h +++ b/source/blender/editors/interface/interface_intern.h @@ -514,7 +514,6 @@ extern void ui_block_bounds_calc(uiBlock *block); extern struct ColorManagedDisplay *ui_block_cm_display_get(uiBlock *block); void ui_block_cm_to_display_space_v3(uiBlock *block, float pixel[3]); -void ui_block_cm_to_scene_linear_v3(uiBlock *block, float pixel[3]); /* interface_regions.c */ -- cgit v1.2.3