add alpha channel to every possible blend mode

This commit is contained in:
Matthias Mailänder
2015-04-19 08:18:31 +02:00
parent 1b31001661
commit 63e4d40770
8 changed files with 25 additions and 34 deletions

View File

@@ -42,9 +42,7 @@ namespace OpenRA
Subtractive,
Multiply,
SoftAdditive,
Translucency25,
Translucency50,
Translucency75,
Translucency,
Multiplicative,
DoubleMultiplicative
}
@@ -72,7 +70,7 @@ namespace OpenRA
void EnableDepthBuffer();
void DisableDepthBuffer();
void SetBlendMode(BlendMode mode);
void SetBlendMode(BlendMode mode, float alpha = 1f);
void GrabWindowMouseFocus();
void ReleaseWindowMouseFocus();