app: in gimpblendcomposite.h, small fix in compfun_dst_atop()
This commit is contained in:
parent
7df1bb4c0e
commit
417d9553b5
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ compfun_dst_atop (gfloat *in,
|
|||
}
|
||||
else
|
||||
{
|
||||
gint b;
|
||||
|
||||
for (b = RED; b < ALPHA; b++)
|
||||
out[b] = comp[b] * in[ALPHA] + layer[b] * (1.0f - in[ALPHA]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue