- finished some minor drawing stuff which i couldnt complete last friday:
(related to rounded theme)
- layer buttons in view3d header grouped
- outline colour now blends darker with respect to background (better
visibility on dark backgrounds)
- added some align calls to user settings menu
Now back to real bugs!
This commit is contained in:
@@ -332,6 +332,8 @@ void BIF_ThemeColorShadeAlpha(int colorid, int coloffset, int alphaoffset);
|
||||
|
||||
// sets color, which is blend between two theme colors
|
||||
void BIF_ThemeColorBlend(int colorid1, int colorid2, float fac);
|
||||
// same, with shade offset
|
||||
void BIF_ThemeColorBlendShade(int colorid1, int colorid2, float fac, int offset);
|
||||
|
||||
// returns one value, not scaled
|
||||
float BIF_GetThemeValuef(int colorid);
|
||||
|
||||
Reference in New Issue
Block a user