Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_resources.h
| Context not available. | |||||
| void UI_ThemeColor(int colorid); | void UI_ThemeColor(int colorid); | ||||
| // sets the color plus alpha | // sets the color plus alpha | ||||
| void UI_ThemeColor4(int colorid); | const unsigned char *UI_ThemeColor4(int colorid); | ||||
| // sets color plus offset for shade | // sets color plus offset for shade | ||||
| void UI_ThemeColorShade(int colorid, int offset); | const unsigned char *UI_ThemeColorShade(int colorid, int offset); | ||||
| // sets color plus offset for alpha | // sets color plus offset for alpha | ||||
| void UI_ThemeColorShadeAlpha(int colorid, int coloffset, int alphaoffset); | const unsigned char *UI_ThemeColorShadeAlpha(int colorid, int coloffset, int alphaoffset); | ||||
| // sets color, which is blend between two theme colors | // sets color, which is blend between two theme colors | ||||
| void UI_ThemeColorBlend(int colorid1, int colorid2, float fac); | void UI_ThemeColorBlend(int colorid1, int colorid2, float fac); | ||||
| Context not available. | |||||