Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_eyedropper_color.c
| Context not available. | |||||
| display_device = scene->display_settings.display_device; | display_device = scene->display_settings.display_device; | ||||
| eye->display = IMB_colormanagement_display_get_named(display_device); | eye->display = IMB_colormanagement_display_get_named(display_device); | ||||
| /* store inital color */ | /* store initial color */ | ||||
| RNA_property_float_get_array(&eye->ptr, eye->prop, col); | RNA_property_float_get_array(&eye->ptr, eye->prop, col); | ||||
| if (eye->display) { | if (eye->display) { | ||||
| IMB_colormanagement_display_to_scene_linear_v3(col, eye->display); | IMB_colormanagement_display_to_scene_linear_v3(col, eye->display); | ||||
| Context not available. | |||||