- removed a few unused definitions.
This commit is contained in:
parent
dae6230f76
commit
4ca69f10c7
4 changed files with 3 additions and 25 deletions
|
|
@ -103,7 +103,7 @@ double GetAlpha(int type, double alpha)
|
|||
switch (type)
|
||||
{
|
||||
case STYLEALPHA_Zero: return 0;
|
||||
case STYLEALPHA_One: return OPAQUE;
|
||||
case STYLEALPHA_One: return 1.;
|
||||
case STYLEALPHA_Src: return alpha;
|
||||
case STYLEALPHA_InvSrc: return 1. - alpha;
|
||||
default: return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue