Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_gizmo_navigate_type.c336 float color_current_fade[4]; in axis_geom_draw() local
351 color_current_fade, draw_info->color_bg, color_current, is_highlight ? 1.0 : 0.5f); in axis_geom_draw()
352 color_current_fade[3] = color_current[3]; in axis_geom_draw()
354 copy_v4_v4(color_current_fade, color_current); in axis_geom_draw()
355 color_current_fade[3] *= 0.2; in axis_geom_draw()
359 copy_v4_fl(color_current_fade, 1.0f); in axis_geom_draw()
372 immUniformColor4fv(is_pos_color ? color_current : color_current_fade); in axis_geom_draw()
415 const float *col = is_pos_color ? color_current : color_current_fade; in axis_geom_draw()
443 GPU_batch_uniform_4fv(sphere, "color", is_pos_color ? color_current : color_current_fade); in axis_geom_draw()