18#ifndef MAGICKWAND_PIXEL_WAND_H
19#define MAGICKWAND_PIXEL_WAND_H
21#if defined(__cplusplus) || defined(c_plusplus)
110#if defined(__cplusplus) || defined(c_plusplus)
#define WandExport
Definition: method-attribute.h:71
WandExport void PixelSetMagentaQuantum(PixelWand *, const Quantum)
WandExport void PixelSetFuzz(PixelWand *, const double)
WandExport PixelWand * NewPixelWand(void)
WandExport double PixelGetYellow(const PixelWand *) magick_attribute((__pure__))
Definition: pixel-wand.c:1385
WandExport void PixelSetColorFromWand(PixelWand *, const PixelWand *)
WandExport Quantum PixelGetBlackQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetGreen(PixelWand *, const double)
WandExport void PixelSetAlphaQuantum(PixelWand *, const Quantum)
WandExport void PixelSetCyan(PixelWand *, const double)
WandExport void PixelSetBlackQuantum(PixelWand *, const Quantum)
WandExport Quantum PixelGetBlueQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport char * PixelGetColorAsString(const PixelWand *)
WandExport void PixelSetGreenQuantum(PixelWand *, const Quantum)
WandExport char * PixelGetColorAsNormalizedString(const PixelWand *)
WandExport Quantum PixelGetRedQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport Quantum PixelGetGreenQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetHSL(PixelWand *, const double, const double, const double)
WandExport void PixelSetMagickColor(PixelWand *, const MagickPixelPacket *)
WandExport ExceptionType PixelGetExceptionType(const PixelWand *)
Definition: pixel-wand.c:923
WandExport double PixelGetCyan(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetYellowQuantum(PixelWand *, const Quantum)
Definition: pixel-wand.c:2317
WandExport void PixelSetYellow(PixelWand *, const double)
WandExport void PixelSetOpacity(PixelWand *, const double)
WandExport MagickBooleanType PixelClearException(PixelWand *)
WandExport PixelWand * DestroyPixelWand(PixelWand *)
WandExport PixelWand ** ClonePixelWands(const PixelWand **, const size_t)
WandExport void PixelSetAlpha(PixelWand *, const double)
WandExport void PixelGetQuantumColor(const PixelWand *, PixelPacket *)
WandExport double PixelGetOpacity(const PixelWand *) magick_attribute((__pure__))
WandExport double PixelGetAlpha(const PixelWand *) magick_attribute((__pure__))
WandExport PixelWand ** NewPixelWands(const size_t)
Definition: pixel-wand.c:433
WandExport Quantum PixelGetMagentaQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport Quantum PixelGetYellowQuantum(const PixelWand *) magick_attribute((__pure__))
Definition: pixel-wand.c:1416
WandExport Quantum PixelGetOpacityQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport PixelWand ** DestroyPixelWands(PixelWand **, const size_t)
WandExport void PixelSetIndex(PixelWand *, const IndexPacket)
WandExport MagickBooleanType IsPixelWand(const PixelWand *)
WandExport double PixelGetRed(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetMagenta(PixelWand *, const double)
WandExport PixelWand * ClonePixelWand(const PixelWand *)
WandExport void PixelSetBlack(PixelWand *, const double)
WandExport void PixelSetRed(PixelWand *, const double)
WandExport double PixelGetGreen(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelGetHSL(const PixelWand *, double *, double *, double *)
WandExport double PixelGetFuzz(const PixelWand *) magick_attribute((__pure__))
WandExport IndexPacket PixelGetIndex(const PixelWand *)
Definition: pixel-wand.c:1085
WandExport Quantum PixelGetAlphaQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetBlueQuantum(PixelWand *, const Quantum)
WandExport char * PixelGetException(const PixelWand *, ExceptionType *)
Definition: pixel-wand.c:869
WandExport void PixelGetMagickColor(const PixelWand *, MagickPixelPacket *)
WandExport double PixelGetBlue(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetQuantumColor(PixelWand *, const PixelPacket *)
WandExport void PixelSetColorCount(PixelWand *, const size_t)
WandExport double PixelGetMagenta(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetBlue(PixelWand *, const double)
WandExport size_t PixelGetColorCount(const PixelWand *) magick_attribute((__pure__))
Definition: pixel-wand.c:773
WandExport void PixelSetCyanQuantum(PixelWand *, const Quantum)
WandExport void PixelSetRedQuantum(PixelWand *, const Quantum)
WandExport double PixelGetBlack(const PixelWand *) magick_attribute((__pure__))
WandExport Quantum PixelGetCyanQuantum(const PixelWand *) magick_attribute((__pure__))
WandExport void PixelSetOpacityQuantum(PixelWand *, const Quantum)
WandExport MagickBooleanType PixelSetColor(PixelWand *, const char *)
Definition: pixel-wand.c:1653
WandExport void ClearPixelWand(PixelWand *)
WandExport MagickBooleanType IsPixelWandSimilar(PixelWand *, PixelWand *, const double)
Definition: pixel-wand.c:64