Skip to content

Commit

Permalink
cairorender: Use CairoColor instead of Color to storage color result
Browse files Browse the repository at this point in the history
  • Loading branch information
genete committed Jul 22, 2012
1 parent 5e2ad92 commit 6403f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/src/synfig/render.cpp
Expand Up @@ -389,7 +389,7 @@ synfig::cairorender(
// Loop through every pixel in row
for(x=0,u=su;x<w;x++,u+=du)
{
Color c(Color::alpha());
CairoColor c(Color::alpha());

// Loop through all subpixels
for(y2=0,pool=0;y2<a;y2++)
Expand Down

0 comments on commit 6403f2f

Please sign in to comment.