{
if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
{
- PixelChannel channel = GetPixelChannelChannel(image,RedPixelChannel);
+ PixelChannel channel = GetPixelChannelChannel(image,
+ RedPixelChannel);
if (black[channel] != white[channel])
image->colormap[j].red=equalize_map[GetPixelChannels(image)*
ScaleQuantumToMap(ClampToQuantum(image->colormap[j].red))+
}
if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
{
- PixelChannel channel = GetPixelChannelChannel(image,BluePixelChannel);
+ PixelChannel channel = GetPixelChannelChannel(image,
+ BluePixelChannel);
if (black[channel] != white[channel])
image->colormap[j].blue=equalize_map[GetPixelChannels(image)*
ScaleQuantumToMap(ClampToQuantum(image->colormap[j].blue))+