Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:srcVal

1897           srcVal,
1915 srcVal=(float) GetPixelLuma(image,p);
1916 mult=(srcVal-(sum/totalWeight))*(strength/100.0f);
1917 mult=(srcVal+mult)/srcVal;