OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlasmaImage
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
fx.h
70
PlasmaImage
(Image *,const SegmentInfo *,size_t,size_t,ExceptionInfo *),
methods.h
[
all
...]
fx.c
[
all
...]
/external/ImageMagick/coders/
plasma.c
206
if (
PlasmaImage
(image,&segment_info,0,depth,exception) != MagickFalse)
/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>
329
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/fx_8c.html" id="
PlasmaImage
">
PlasmaImage
</a></h2>
331
<p>
PlasmaImage
() initializes an image with plasma fractal values. The image must be initialized with a base color and the random number generator seeded before this method is called.</p>
333
<p>The format of the
PlasmaImage
method is:</p>
336
MagickBooleanType
PlasmaImage
(Image *image,const SegmentInfo *segment,
Completed in 337 milliseconds