Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_resources.h372 void UI_GetThemeColorBlend3ubv(int colorid1, int colorid2, float fac, unsigned char col[3]);
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_immediate.cc741 UI_GetThemeColorBlend3ubv(color_id1, color_id2, fac, color); in immUniformThemeColorBlend()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dresources.c1113 void UI_GetThemeColorBlend3ubv(int colorid1, int colorid2, float fac, uchar col[3]) in UI_GetThemeColorBlend3ubv() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_draw.c3103 UI_GetThemeColorBlend3ubv(TH_BACK, TH_TEXT, 0.75f, text_color); in outliner_draw_tree_element()
3278 UI_GetThemeColorBlend3ubv(TH_BACK, TH_TEXT, 0.4f, col); in outliner_draw_hierarchy_lines()