Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-11-17 17:31:25 +0300
committerTon Roosendaal <ton@blender.org>2003-11-17 17:31:25 +0300
commitb5e6b84dc8daefb9d80eb2957e553d03528eff9a (patch)
tree08c285bd99d0ac0fd4e36bcff039bdf61c4274db /source/blender/include
parent0af974d757e12417bd1befabd0d75b8210f3d838 (diff)
- 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!
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_resources.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index cc3f751bcbc..f4257c829a7 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -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);