more theme color functions: UI_GetThemeColorBlendShade4fv, immUniformThemeColorBlendShade

This commit is contained in:
Dalai Felinto
2016-10-13 20:06:44 +00:00
parent 945f8e3f93
commit 05cf74622f
4 changed files with 36 additions and 1 deletions

View File

@@ -43,3 +43,4 @@ void immBindBuiltinProgram(GPUBuiltinShader shader_id);
*/
void immUniformThemeColor(int colorid);
void immUniformThemeColorShade(int colorid, int offset);
void immUniformThemeColorBlendShade(int colorid1, int colorid2, float fac, int offset);