|
| WandExport char * | PixelGetColorAsNormalizedString (const PixelWand *) |
| |
| WandExport char * | PixelGetColorAsString (const PixelWand *) |
| |
| WandExport char * | PixelGetException (const PixelWand *, ExceptionType *) |
| |
| WandExport double | PixelGetAlpha (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetBlack (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetBlue (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetCyan (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetFuzz (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetGreen (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetMagenta (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetRed (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport double | PixelGetYellow (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport ExceptionType | PixelGetExceptionType (const PixelWand *) |
| |
| WandExport MagickBooleanType | IsPixelWand (const PixelWand *) |
| |
| WandExport MagickBooleanType | IsPixelWandSimilar (PixelWand *, PixelWand *, const double) |
| |
| WandExport MagickBooleanType | PixelClearException (PixelWand *) |
| |
| WandExport MagickBooleanType | PixelSetColor (PixelWand *, const char *) |
| |
| WandExport PixelInfo | PixelGetPixel (const PixelWand *) |
| |
| WandExport PixelWand * | ClonePixelWand (const PixelWand *) |
| |
| WandExport PixelWand ** | ClonePixelWands (const PixelWand **, const size_t) |
| |
| WandExport PixelWand * | DestroyPixelWand (PixelWand *) |
| |
| WandExport PixelWand ** | DestroyPixelWands (PixelWand **, const size_t) |
| |
| WandExport PixelWand * | NewPixelWand (void) |
| |
| WandExport PixelWand ** | NewPixelWands (const size_t) |
| |
| WandExport Quantum | PixelGetAlphaQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetBlackQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetBlueQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetCyanQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetGreenQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetIndex (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetMagentaQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetRedQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport Quantum | PixelGetYellowQuantum (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport size_t | PixelGetColorCount (const PixelWand *) magick_attribute((__pure__)) |
| |
| WandExport void | ClearPixelWand (PixelWand *) |
| |
| WandExport void | PixelGetHSL (const PixelWand *, double *, double *, double *) |
| |
| WandExport void | PixelGetMagickColor (const PixelWand *, PixelInfo *) |
| |
| WandExport void | PixelGetQuantumPacket (const PixelWand *, PixelInfo *) |
| |
| WandExport void | PixelGetQuantumPixel (const Image *, const PixelWand *, Quantum *) |
| |
| WandExport void | PixelSetAlpha (PixelWand *, const double) |
| |
| WandExport void | PixelSetAlphaQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetBlack (PixelWand *, const double) |
| |
| WandExport void | PixelSetBlackQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetBlue (PixelWand *, const double) |
| |
| WandExport void | PixelSetBlueQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetColorFromWand (PixelWand *, const PixelWand *) |
| |
| WandExport void | PixelSetColorCount (PixelWand *, const size_t) |
| |
| WandExport void | PixelSetCyan (PixelWand *, const double) |
| |
| WandExport void | PixelSetCyanQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetFuzz (PixelWand *, const double) |
| |
| WandExport void | PixelSetGreen (PixelWand *, const double) |
| |
| WandExport void | PixelSetGreenQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetHSL (PixelWand *, const double, const double, const double) |
| |
| WandExport void | PixelSetIndex (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetMagenta (PixelWand *, const double) |
| |
| WandExport void | PixelSetMagentaQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetPixelColor (PixelWand *, const PixelInfo *) |
| |
| WandExport void | PixelSetQuantumPixel (const Image *, const Quantum *, PixelWand *) |
| |
| WandExport void | PixelSetRed (PixelWand *, const double) |
| |
| WandExport void | PixelSetRedQuantum (PixelWand *, const Quantum) |
| |
| WandExport void | PixelSetYellow (PixelWand *, const double) |
| |
| WandExport void | PixelSetYellowQuantum (PixelWand *, const Quantum) |
| |