- 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:
2003-11-17 14:31:25 +00:00
parent 0af974d757
commit b5e6b84dc8
5 changed files with 58 additions and 17 deletions

View File

@@ -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);