HighlightModulate  223 magick/decorate.c   highlight.red=(Quantum) ((((double) MaxRGB-HighlightModulate)*matte.red+
HighlightModulate  224 magick/decorate.c                             ((double) MaxRGB*HighlightModulate))/MaxRGB+0.5);
HighlightModulate  225 magick/decorate.c   highlight.green=(Quantum) ((((double) MaxRGB-HighlightModulate)*matte.green+
HighlightModulate  226 magick/decorate.c                               ((double) MaxRGB*HighlightModulate))/MaxRGB+0.5);
HighlightModulate  227 magick/decorate.c   highlight.blue=(Quantum) ((((double) MaxRGB-HighlightModulate)*matte.blue+
HighlightModulate  228 magick/decorate.c                              ((double) MaxRGB*HighlightModulate))/MaxRGB+0.5);
HighlightModulate  229 magick/decorate.c   highlight.opacity=(Quantum) ((((double) MaxRGB-HighlightModulate)*
HighlightModulate  230 magick/decorate.c                                 matte.opacity+((double) MaxRGB*HighlightModulate))/MaxRGB+0.5);
HighlightModulate 3152 magick/xwindow.c      pixel->matte_color.red*ScaleQuantumToShort(HighlightModulate))/65535L+
HighlightModulate 3153 magick/xwindow.c      (ScaleQuantumToShort((double) MaxRGB-HighlightModulate)));
HighlightModulate 3155 magick/xwindow.c      pixel->matte_color.green*ScaleQuantumToShort(HighlightModulate))/65535L+
HighlightModulate 3156 magick/xwindow.c      (ScaleQuantumToShort((double) MaxRGB-HighlightModulate)));
HighlightModulate 3158 magick/xwindow.c      pixel->matte_color.blue*ScaleQuantumToShort(HighlightModulate))/65535L+
HighlightModulate 3159 magick/xwindow.c      (ScaleQuantumToShort((double) MaxRGB-HighlightModulate)));