|
MagickWand
6.7.5
|
#include "MagickWand/studio.h"#include "MagickWand/MagickWand.h"#include "MagickWand/magick-wand-private.h"#include "MagickWand/pixel-wand-private.h"#include "MagickWand/wand.h"Go to the source code of this file.
Data Structures | |
| struct | _PixelWand |
Defines | |
| #define | PixelWandId "PixelWand" |
Functions | |
| WandExport void | ClearPixelWand (PixelWand *wand) |
| WandExport PixelWand * | ClonePixelWand (const PixelWand *wand) |
| WandExport PixelWand ** | ClonePixelWands (const PixelWand **wands, const size_t number_wands) |
| WandExport PixelWand * | DestroyPixelWand (PixelWand *wand) |
| WandExport PixelWand ** | DestroyPixelWands (PixelWand **wand, const size_t number_wands) |
| WandExport MagickBooleanType | IsPixelWandSimilar (PixelWand *p, PixelWand *q, const double fuzz) |
| WandExport MagickBooleanType | IsPixelWand (const PixelWand *wand) |
| WandExport PixelWand * | NewPixelWand (void) |
| WandExport PixelWand ** | NewPixelWands (const size_t number_wands) |
| WandExport MagickBooleanType | PixelClearException (PixelWand *wand) |
| WandExport double | PixelGetAlpha (const PixelWand *wand) |
| WandExport Quantum | PixelGetAlphaQuantum (const PixelWand *wand) |
| WandExport double | PixelGetBlack (const PixelWand *wand) |
| WandExport Quantum | PixelGetBlackQuantum (const PixelWand *wand) |
| WandExport double | PixelGetBlue (const PixelWand *wand) |
| WandExport Quantum | PixelGetBlueQuantum (const PixelWand *wand) |
| WandExport char * | PixelGetColorAsString (const PixelWand *wand) |
| WandExport char * | PixelGetColorAsNormalizedString (const PixelWand *wand) |
| WandExport size_t | PixelGetColorCount (const PixelWand *wand) |
| WandExport double | PixelGetCyan (const PixelWand *wand) |
| WandExport Quantum | PixelGetCyanQuantum (const PixelWand *wand) |
| WandExport char * | PixelGetException (const PixelWand *wand, ExceptionType *severity) |
| WandExport ExceptionType | PixelGetExceptionType (const PixelWand *wand) |
| WandExport double | PixelGetFuzz (const PixelWand *wand) |
| WandExport double | PixelGetGreen (const PixelWand *wand) |
| WandExport Quantum | PixelGetGreenQuantum (const PixelWand *wand) |
| WandExport void | PixelGetHSL (const PixelWand *wand, double *hue, double *saturation, double *lightness) |
| WandExport Quantum | PixelGetIndex (const PixelWand *wand) |
| WandExport double | PixelGetMagenta (const PixelWand *wand) |
| WandExport Quantum | PixelGetMagentaQuantum (const PixelWand *wand) |
| WandExport void | PixelGetMagickColor (const PixelWand *wand, PixelInfo *color) |
| WandExport PixelInfo | PixelGetPixel (const PixelWand *wand) |
| WandExport void | PixelGetQuantumPacket (const PixelWand *wand, PixelInfo *packet) |
| WandExport void | PixelGetQuantumPixel (const Image *image, const PixelWand *wand, Quantum *pixel) |
| WandExport double | PixelGetRed (const PixelWand *wand) |
| WandExport Quantum | PixelGetRedQuantum (const PixelWand *wand) |
| WandExport double | PixelGetYellow (const PixelWand *wand) |
| WandExport Quantum | PixelGetYellowQuantum (const PixelWand *wand) |
| WandExport void | PixelSetAlpha (PixelWand *wand, const double alpha) |
| WandExport void | PixelSetAlphaQuantum (PixelWand *wand, const Quantum alpha) |
| WandExport void | PixelSetBlack (PixelWand *wand, const double black) |
| WandExport void | PixelSetBlackQuantum (PixelWand *wand, const Quantum black) |
| WandExport void | PixelSetBlue (PixelWand *wand, const double blue) |
| WandExport void | PixelSetBlueQuantum (PixelWand *wand, const Quantum blue) |
| WandExport MagickBooleanType | PixelSetColor (PixelWand *wand, const char *color) |
| WandExport void | PixelSetColorCount (PixelWand *wand, const size_t count) |
| WandExport void | PixelSetColorFromWand (PixelWand *wand, const PixelWand *color) |
| WandExport void | PixelSetCyan (PixelWand *wand, const double cyan) |
| WandExport void | PixelSetCyanQuantum (PixelWand *wand, const Quantum cyan) |
| WandExport void | PixelSetFuzz (PixelWand *wand, const double fuzz) |
| WandExport void | PixelSetGreen (PixelWand *wand, const double green) |
| WandExport void | PixelSetGreenQuantum (PixelWand *wand, const Quantum green) |
| WandExport void | PixelSetHSL (PixelWand *wand, const double hue, const double saturation, const double lightness) |
| WandExport void | PixelSetIndex (PixelWand *wand, const Quantum index) |
| WandExport void | PixelSetMagenta (PixelWand *wand, const double magenta) |
| WandExport void | PixelSetMagentaQuantum (PixelWand *wand, const Quantum magenta) |
| WandExport void | PixelSetPixelColor (PixelWand *wand, const PixelInfo *color) |
| WandExport void | PixelSetQuantumPixel (const Image *image, const Quantum *pixel, PixelWand *wand) |
| WandExport void | PixelSetRed (PixelWand *wand, const double red) |
| WandExport void | PixelSetRedQuantum (PixelWand *wand, const Quantum red) |
| WandExport void | PixelSetYellow (PixelWand *wand, const double yellow) |
| WandExport void | PixelSetYellowQuantum (PixelWand *wand, const Quantum yellow) |
| #define PixelWandId "PixelWand" |
Definition at line 58 of file pixel-wand.c.
Referenced by ClonePixelWand(), IsPixelWand(), and NewPixelWand().
| WandExport void ClearPixelWand | ( | PixelWand * | wand | ) |
Definition at line 109 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, _PixelWand::exception, and _PixelWand::pixel.
Definition at line 142 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, ThrowWandFatalException, _PixelWand::id, AcquireWandId(), MaxTextExtent, PixelWandId, _PixelWand::exception, _PixelWand::pixel, and _PixelWand::count.
Referenced by ClonePixelWands().
Definition at line 195 of file pixel-wand.c.
References ThrowWandFatalException, and ClonePixelWand().
Referenced by ClonePixelIterator(), and CloneWandView().
Definition at line 236 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, _PixelWand::exception, RelinquishWandId(), and _PixelWand::id.
Referenced by ScribbleImage(), MagickMontageImage(), DestroyPixelWands(), and main().
Definition at line 275 of file pixel-wand.c.
References WandSignature, and DestroyPixelWand().
Referenced by ClearPixelIterator(), DestroyPixelIterator(), and DestroyPixelsThreadSet().
| WandExport MagickBooleanType IsPixelWand | ( | const PixelWand * | wand | ) |
Definition at line 359 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::name, and PixelWandId.
Definition at line 321 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport PixelWand* NewPixelWand | ( | void | ) |
Definition at line 388 of file pixel-wand.c.
References ThrowWandFatalException, _PixelWand::id, AcquireWandId(), _PixelWand::name, MaxTextExtent, PixelWandId, _PixelWand::exception, _PixelWand::pixel, _PixelWand::debug, _PixelWand::signature, and WandSignature.
Referenced by ScribbleImage(), MagickMontageImage(), MagickGetBackgroundColor(), NewPixelWands(), and main().
| WandExport PixelWand** NewPixelWands | ( | const size_t | number_wands | ) |
Definition at line 442 of file pixel-wand.c.
References ThrowWandFatalException, and NewPixelWand().
Referenced by MagickGetImageHistogram(), ClearPixelIterator(), NewPixelIterator(), NewPixelRegionIterator(), and AcquirePixelsThreadSet().
| WandExport MagickBooleanType PixelClearException | ( | PixelWand * | wand | ) |
Definition at line 482 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::exception.
| WandExport double PixelGetAlpha | ( | const PixelWand * | wand | ) |
Definition at line 514 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetAlphaQuantum | ( | const PixelWand * | wand | ) |
Definition at line 545 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickBlackThresholdImage(), MagickColorizeImage(), MagickTintImage(), and MagickWhiteThresholdImage().
| WandExport double PixelGetBlack | ( | const PixelWand * | wand | ) |
Definition at line 576 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetBlackQuantum | ( | const PixelWand * | wand | ) |
Definition at line 607 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickColorizeImage(), and MagickTintImage().
| WandExport double PixelGetBlue | ( | const PixelWand * | wand | ) |
Definition at line 638 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetBlueQuantum | ( | const PixelWand * | wand | ) |
Definition at line 669 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickBlackThresholdImage(), MagickColorizeImage(), MagickTintImage(), and MagickWhiteThresholdImage().
| WandExport char* PixelGetColorAsNormalizedString | ( | const PixelWand * | wand | ) |
Definition at line 741 of file pixel-wand.c.
References MaxTextExtent, _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport char* PixelGetColorAsString | ( | const PixelWand * | wand | ) |
Definition at line 700 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport size_t PixelGetColorCount | ( | const PixelWand * | wand | ) |
Definition at line 785 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::count.
| WandExport double PixelGetCyan | ( | const PixelWand * | wand | ) |
Definition at line 816 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetCyanQuantum | ( | const PixelWand * | wand | ) |
Definition at line 847 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickTintImage().
| WandExport char* PixelGetException | ( | const PixelWand * | wand, |
| ExceptionType * | severity | ||
| ) |
Definition at line 881 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, _PixelWand::exception, MaxTextExtent, and ThrowWandFatalException.
| WandExport ExceptionType PixelGetExceptionType | ( | const PixelWand * | wand | ) |
Definition at line 935 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::exception.
| WandExport double PixelGetFuzz | ( | const PixelWand * | wand | ) |
Definition at line 966 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport double PixelGetGreen | ( | const PixelWand * | wand | ) |
Definition at line 997 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetGreenQuantum | ( | const PixelWand * | wand | ) |
Definition at line 1028 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickBlackThresholdImage(), MagickColorizeImage(), MagickTintImage(), and MagickWhiteThresholdImage().
| WandExport void PixelGetHSL | ( | const PixelWand * | wand, |
| double * | hue, | ||
| double * | saturation, | ||
| double * | lightness | ||
| ) |
Definition at line 1063 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetIndex | ( | const PixelWand * | wand | ) |
Definition at line 1097 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport double PixelGetMagenta | ( | const PixelWand * | wand | ) |
Definition at line 1128 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetMagentaQuantum | ( | const PixelWand * | wand | ) |
Definition at line 1159 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickTintImage().
| WandExport void PixelGetMagickColor | ( | const PixelWand * | wand, |
| PixelInfo * | color | ||
| ) |
Definition at line 1192 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickFloodfillPaintImage(), MagickNewImage(), MagickOpaquePaintImage(), MagickSetImageColor(), and MagickTransparentPaintImage().
| WandExport PixelInfo PixelGetPixel | ( | const PixelWand * | wand | ) |
Definition at line 1225 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickColorizeImage(), and MagickTintImage().
| WandExport void PixelGetQuantumPacket | ( | const PixelWand * | wand, |
| PixelInfo * | packet | ||
| ) |
Definition at line 1258 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by DrawSetBorderColor(), DrawSetFillColor(), DrawSetStrokeColor(), DrawSetTextUnderColor(), MagickBorderImage(), MagickFloodfillPaintImage(), MagickFrameImage(), MagickMontageImage(), MagickRotateImage(), MagickSetImageBackgroundColor(), MagickSetImageBorderColor(), MagickSetImageColormapColor(), MagickSetImageMatteColor(), MagickShearImage(), and MagickSetBackgroundColor().
| WandExport void PixelGetQuantumPixel | ( | const Image * | image, |
| const PixelWand * | wand, | ||
| Quantum * | pixel | ||
| ) |
Definition at line 1310 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by PixelSyncIterator(), DuplexTransferWandViewIterator(), SetWandViewIterator(), TransferWandViewIterator(), and UpdateWandViewIterator().
| WandExport double PixelGetRed | ( | const PixelWand * | wand | ) |
Definition at line 1360 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetRedQuantum | ( | const PixelWand * | wand | ) |
Definition at line 1391 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickBlackThresholdImage(), MagickColorizeImage(), MagickTintImage(), and MagickWhiteThresholdImage().
| WandExport double PixelGetYellow | ( | const PixelWand * | wand | ) |
Definition at line 1422 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport Quantum PixelGetYellowQuantum | ( | const PixelWand * | wand | ) |
Definition at line 1453 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickTintImage().
| WandExport void PixelSetAlpha | ( | PixelWand * | wand, |
| const double | alpha | ||
| ) |
Definition at line 1487 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetAlphaQuantum | ( | PixelWand * | wand, |
| const Quantum | alpha | ||
| ) |
Definition at line 1521 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetBlack | ( | PixelWand * | wand, |
| const double | black | ||
| ) |
Definition at line 1554 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetBlackQuantum | ( | PixelWand * | wand, |
| const Quantum | black | ||
| ) |
Definition at line 1588 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetBlue | ( | PixelWand * | wand, |
| const double | blue | ||
| ) |
Definition at line 1621 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetBlueQuantum | ( | PixelWand * | wand, |
| const Quantum | blue | ||
| ) |
Definition at line 1655 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport MagickBooleanType PixelSetColor | ( | PixelWand * | wand, |
| const char * | color | ||
| ) |
Definition at line 1689 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, _PixelWand::exception, and _PixelWand::pixel.
Referenced by ScribbleImage(), and main().
| WandExport void PixelSetColorCount | ( | PixelWand * | wand, |
| const size_t | count | ||
| ) |
Definition at line 1731 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::count.
Referenced by MagickGetImageHistogram().
Definition at line 1764 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetCyan | ( | PixelWand * | wand, |
| const double | cyan | ||
| ) |
Definition at line 1798 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetCyanQuantum | ( | PixelWand * | wand, |
| const Quantum | cyan | ||
| ) |
Definition at line 1832 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetFuzz | ( | PixelWand * | wand, |
| const double | fuzz | ||
| ) |
Definition at line 1865 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetGreen | ( | PixelWand * | wand, |
| const double | green | ||
| ) |
Definition at line 1898 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetGreenQuantum | ( | PixelWand * | wand, |
| const Quantum | green | ||
| ) |
Definition at line 1932 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetHSL | ( | PixelWand * | wand, |
| const double | hue, | ||
| const double | saturation, | ||
| const double | lightness | ||
| ) |
Definition at line 1967 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetIndex | ( | PixelWand * | wand, |
| const Quantum | index | ||
| ) |
Definition at line 2009 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetMagenta | ( | PixelWand * | wand, |
| const double | magenta | ||
| ) |
Definition at line 2042 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetMagentaQuantum | ( | PixelWand * | wand, |
| const Quantum | magenta | ||
| ) |
Definition at line 2077 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetPixelColor | ( | PixelWand * | wand, |
| const PixelInfo * | color | ||
| ) |
Definition at line 2110 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by DrawGetBorderColor(), DrawGetFillColor(), DrawGetStrokeColor(), DrawGetTextUnderColor(), MagickGetImageBackgroundColor(), MagickGetImageBorderColor(), MagickGetImageColormapColor(), MagickGetImageHistogram(), MagickGetImageMatteColor(), and MagickGetBackgroundColor().
| WandExport void PixelSetQuantumPixel | ( | const Image * | image, |
| const Quantum * | pixel, | ||
| PixelWand * | wand | ||
| ) |
Definition at line 2145 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
Referenced by MagickGetImagePixelColor(), PixelGetCurrentIteratorRow(), PixelGetNextIteratorRow(), PixelGetPreviousIteratorRow(), DuplexTransferWandViewIterator(), GetWandViewIterator(), TransferWandViewIterator(), and UpdateWandViewIterator().
| WandExport void PixelSetRed | ( | PixelWand * | wand, |
| const double | red | ||
| ) |
Definition at line 2186 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetRedQuantum | ( | PixelWand * | wand, |
| const Quantum | red | ||
| ) |
Definition at line 2220 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetYellow | ( | PixelWand * | wand, |
| const double | yellow | ||
| ) |
Definition at line 2253 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.
| WandExport void PixelSetYellowQuantum | ( | PixelWand * | wand, |
| const Quantum | yellow | ||
| ) |
Definition at line 2287 of file pixel-wand.c.
References _PixelWand::signature, WandSignature, _PixelWand::debug, _PixelWand::name, and _PixelWand::pixel.