Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:srcPixel

2996     float4 srcPixel = ReadFloat4(image, number_channels, columns, x, y, channel);
2997 float4 diff = srcPixel - value;
3002 value = select(srcPixel + diff * gain, srcPixel, mask);