pixels=p;
pixel=0.0;
gamma=0.0;
- if ((blur_traits & BlendPixelTrait) == 0)
+ if ((GetPixelAlphaTraits(blur_image) & BlendPixelTrait) == 0)
{
/*
No alpha blending.
pixels=p;
pixel=0.0;
gamma=0.0;
- if ((sharp_traits & BlendPixelTrait) == 0)
+ if ((GetPixelAlphaTraits(sharp_image) & BlendPixelTrait) == 0)
{
/*
No alpha blending.
k=kernel;
pixels=p;
pixel=0.0;
- if ((blur_traits & BlendPixelTrait) == 0)
+ if ((GetPixelAlphaTraits(blur_image) & BlendPixelTrait) == 0)
{
/*
No alpha blending.
k=kernel;
pixels=p;
pixel=0.0;
- if ((blur_traits & BlendPixelTrait) == 0)
+ if ((GetPixelAlphaTraits(blur_image) & BlendPixelTrait) == 0)
{
/*
No alpha blending.
continue;
}
pixel=0.0;
- if ((resize_traits & BlendPixelTrait) == 0)
+ if ((GetPixelAlphaTraits(resize_image) & BlendPixelTrait) == 0)
{
/*
No alpha blending.
continue;
}
pixel=0.0;
- if ((resize_traits & BlendPixelTrait) == 0)
+ if ((GetPixelAlphaTraits(resize_image) & BlendPixelTrait) == 0)
{
/*
No alpha blending.