OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColorizeImage
(Results
1 - 12
of
12
) sorted by null
/external/ImageMagick/MagickCore/
fx.h
43
*
ColorizeImage
(const Image *,const char *,const PixelInfo *,ExceptionInfo *),
methods.h
182
#define
ColorizeImage
PrependMagickMethod(
ColorizeImage
)
[
all
...]
fx.c
643
%
ColorizeImage
() blends the fill color with each pixel in the image.
648
% The format of the
ColorizeImage
method is:
650
% Image *
ColorizeImage
(const Image *image,const char *blend,
665
MagickExport Image *
ColorizeImage
(const Image *image,const char *blend,
[
all
...]
/external/ImageMagick/www/api/
fx.php
55
<p class="text-center"><a href="fx.php#AddNoiseImage">AddNoiseImage</a> • <a href="fx.php#BlueShiftImage">BlueShiftImage</a> • <a href="fx.php#CharcoalImage">CharcoalImage</a> • <a href="fx.php#
ColorizeImage
">
ColorizeImage
</a> • <a href="fx.php#ColorMatrixImage">ColorMatrixImage</a> • <a href="fx.php#FxImage">FxImage</a> • <a href="fx.php#ImplodeImage">ImplodeImage</a> • <a href="fx.php#The MorphImages">The MorphImages</a> • <a href="fx.php#PlasmaImage">PlasmaImage</a> • <a href="fx.php#PolaroidImage">PolaroidImage</a> • <a href="fx.php#MagickSepiaToneImage">MagickSepiaToneImage</a> • <a href="fx.php#ShadowImage">ShadowImage</a> • <a href="fx.php#SketchImage">SketchImage</a> • <a href="fx.php#SolarizeImage">SolarizeImage</a> • <a href="fx.php#SteganoImage">SteganoImage</a> • <a href="fx.php#StereoAnaglyphImage">StereoAnaglyphImage</a> • <a href="fx.php#SwirlImage">SwirlImage</a> • <a href="fx.php#TintImage">TintImage</a> • <a href="fx.php#VignetteImage">VignetteImage</a> • <a href="fx.php#WaveImage">WaveImage</a></p>
162
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/fx_8c.html" id="
ColorizeImage
">
ColorizeImage
</a></h2>
164
<p>
ColorizeImage
() blends the fill color with each pixel in the image. A percentage blend is specified with opacity. Control the application of different color components by specifying a different percentage for each component (e.g. 90/100/10 is 90 red, 100 green, and 10 blue).</p>
166
<p>The format of the
ColorizeImage
method is:</p>
169
Image *
ColorizeImage
(const Image *image,const char *blend,
/external/ImageMagick/Magick++/lib/Magick++/
Include.h
[
all
...]
/external/ImageMagick/MagickWand/
operation.c
[
all
...]
magick-image.c
[
all
...]
mogrify.c
[
all
...]
/external/ImageMagick/Magick++/lib/
Image.cpp
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
[
all
...]
/external/ImageMagick/coders/
msl.c
[
all
...]
Completed in 56 milliseconds