Home
last modified time | relevance | path

Searched refs:imbuf_xyz_to_linear_srgb (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dcolormanagement.c92 static float imbuf_xyz_to_linear_srgb[3][3] = {{0.0f}}; variable
595 copy_m3_m3(imbuf_xyz_to_linear_srgb, OCIO_XYZ_TO_LINEAR_SRGB); in colormanage_load_config()
596 invert_m3_m3(imbuf_linear_srgb_to_xyz, imbuf_xyz_to_linear_srgb); in colormanage_load_config()
2441 mul_m3_v3(imbuf_xyz_to_linear_srgb, pixel); in IMB_colormanagement_scene_linear_to_srgb_v3()