Home
last modified time | relevance | path

Searched refs:colorid1 (Results 1 – 2 of 2) 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]);
373 void UI_GetThemeColorBlend3f(int colorid1, int colorid2, float fac, float r_col[3]);
374 void UI_GetThemeColorBlend4f(int colorid1, int colorid2, float fac, float r_col[4]);
383 int colorid1, int colorid2, float fac, int offset, unsigned char col[3]);
404 int colorid1, int colorid2, float fac, int offset, float col[3]);
406 int colorid1, int colorid2, float fac, int offset, float col[4]);
/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() argument
1115 const uchar *cp1 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid1); in UI_GetThemeColorBlend3ubv()
1124 void UI_GetThemeColorBlend3f(int colorid1, int colorid2, float fac, float r_col[3]) in UI_GetThemeColorBlend3f() argument
1126 const uchar *cp1 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid1); in UI_GetThemeColorBlend3f()
1135 void UI_GetThemeColorBlend4f(int colorid1, int colorid2, float fac, float r_col[4]) in UI_GetThemeColorBlend4f() argument
1137 const uchar *cp1 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid1); in UI_GetThemeColorBlend4f()
1244 int colorid1, int colorid2, float fac, int offset, uchar col[3]) in UI_GetThemeColorBlendShade3ubv() argument
1246 const uchar *cp1 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid1); in UI_GetThemeColorBlendShade3ubv()
1297 void UI_GetThemeColorBlendShade3fv(int colorid1, int colorid2, float fac, int offset, float col[3]) in UI_GetThemeColorBlendShade3fv() argument
1299 const uchar *cp1 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid1); in UI_GetThemeColorBlendShade3fv()
[all …]