X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fpixel-wand.html;h=6b94b9bf856106226eee07ff62781b7683dfb324;hb=e9a32c3a7f2e79afe8d244eeda396b66473ebb75;hp=e6069fa9f0231f8cbf65f4a9bc09726d2eb8115c;hpb=66920e8ecd4882dbaf63347647acdabe3fbf376e;p=imagemagick diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index e6069fa9f..e126579f5 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -1,164 +1,208 @@ - - + + - - - - - + + ImageMagick: MagickWand, C API for ImageMagick: Pixel Wand Methods + + + - - + + + + + + + + + +
- - [ImageMagick] - - [sponsor] +
+ + +
- + ImageMagick Logo -
-
+
- Usage -
- +
+ -
- +
- +

Module pixel-wand Methods

+ -

ClearPixelWand

+

ClearPixelWand

-

ClearPixelWand() clears resources associated with the wand.

+

ClearPixelWand() clears resources associated with the wand.

The format of the ClearPixelWand method is:

@@ -166,17 +210,16 @@ _8c.html" target="source" name="ClearPixelWand">ClearPixelWand void ClearPixelWand(PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

ClonePixelWand

+

ClonePixelWand

-

ClonePixelWand() makes an exact copy of the specified wand.

+

ClonePixelWand() makes an exact copy of the specified wand.

The format of the ClonePixelWand method is:

@@ -184,39 +227,37 @@ _8c.html" target="source" name="ClonePixelWand">ClonePixelWand PixelWand *ClonePixelWand(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the magick wand.

+

the magick wand.

-

ClonePixelWands

+

ClonePixelWands

-

ClonePixelWands() makes an exact copy of the specified wands.

+

ClonePixelWands() makes an exact copy of the specified wands.

The format of the ClonePixelWands method is:

   PixelWand **ClonePixelWands(const PixelWand **wands,
-    const unsigned long number_wands)
+    const size_t number_wands)
 
-

A description of each parameter follows:

+

A description of each parameter follows:

wands
-

    the magick wands.

+

the magick wands.

number_wands
-

    the number of wands.

+

the number of wands.

-

DestroyPixelWand

+

DestroyPixelWand

-

DestroyPixelWand() deallocates resources associated with a PixelWand.

+

DestroyPixelWand() deallocates resources associated with a PixelWand.

The format of the DestroyPixelWand method is:

@@ -224,39 +265,37 @@ _8c.html" target="source" name="DestroyPixelWand">DestroyPixelWand PixelWand *DestroyPixelWand(PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

DestroyPixelWands

+

DestroyPixelWands

-

DestroyPixelWands() deallocates resources associated with an array of pixel wands.

+

DestroyPixelWands() deallocates resources associated with an array of pixel wands.

The format of the DestroyPixelWands method is:

   PixelWand **DestroyPixelWands(PixelWand **wand,
-    const unsigned long number_wands)
+    const size_t number_wands)
 
-

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

number_wands
-

    the number of wands.

+

the number of wands.

-

IsPixelWandSimilar

+

IsPixelWandSimilar

-

IsPixelWandSimilar() returns MagickTrue if the distance between two colors is less than the specified distance.

+

IsPixelWandSimilar() returns MagickTrue if the distance between two colors is less than the specified distance.

The format of the IsPixelWandSimilar method is:

@@ -265,23 +304,22 @@ _8c.html" target="source" name="IsPixelWandSimilar">IsPixelWandSimilar const double fuzz) -

A description of each parameter follows:

+

A description of each parameter follows:

p
-

    the pixel wand.

+

the pixel wand.

q
-

    the pixel wand.

+

the pixel wand.

fuzz
-

    any two colors that are less than or equal to this distance squared are consider similar.

+

any two colors that are less than or equal to this distance squared are consider similar.

-

IsPixelWand

+

IsPixelWand

-

IsPixelWand() returns MagickTrue if the wand is verified as a pixel wand.

+

IsPixelWand() returns MagickTrue if the wand is verified as a pixel wand.

The format of the IsPixelWand method is:

@@ -289,17 +327,16 @@ _8c.html" target="source" name="IsPixelWand">IsPixelWand MagickBooleanType IsPixelWand(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the magick wand.

+

the magick wand.

-

NewPixelWand

+

NewPixelWand

-

NewPixelWand() returns a new pixel wand.

+

NewPixelWand() returns a new pixel wand.

The format of the NewPixelWand method is:

@@ -308,29 +345,27 @@ _8c.html" target="source" name="NewPixelWand">NewPixelWand
-

NewPixelWands

+

NewPixelWands

-

NewPixelWands() returns an array of pixel wands.

+

NewPixelWands() returns an array of pixel wands.

The format of the NewPixelWands method is:

-  PixelWand **NewPixelWands(const unsigned long number_wands)
+  PixelWand **NewPixelWands(const size_t number_wands)
 
-

A description of each parameter follows:

+

A description of each parameter follows:

number_wands
-

    the number of wands.

+

the number of wands.

-

PixelClearException

+

PixelClearException

-

PixelClearException() clear any exceptions associated with the iterator.

+

PixelClearException() clear any exceptions associated with the iterator.

The format of the PixelClearException method is:

@@ -338,17 +373,16 @@ _8c.html" target="source" name="PixelClearException">PixelClearException -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetAlpha

+

PixelGetAlpha

-

PixelGetAlpha() returns the normalized alpha color of the pixel wand.

+

PixelGetAlpha() returns the normalized alpha color of the pixel wand.

The format of the PixelGetAlpha method is:

@@ -356,17 +390,16 @@ _8c.html" target="source" name="PixelGetAlpha">PixelGetAlpha double PixelGetAlpha(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetAlphaQuantum

+

PixelGetAlphaQuantum

-

PixelGetAlphaQuantum() returns the alpha value of the pixel wand.

+

PixelGetAlphaQuantum() returns the alpha value of the pixel wand.

The format of the PixelGetAlphaQuantum method is:

@@ -374,17 +407,16 @@ _8c.html" target="source" name="PixelGetAlphaQuantum">PixelGetAlphaQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetBlack

+

PixelGetBlack

-

PixelGetBlack() returns the normalized black color of the pixel wand.

+

PixelGetBlack() returns the normalized black color of the pixel wand.

The format of the PixelGetBlack method is:

@@ -392,17 +424,16 @@ _8c.html" target="source" name="PixelGetBlack">PixelGetBlack double PixelGetBlack(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetBlackQuantum

+

PixelGetBlackQuantum

-

PixelGetBlackQuantum() returns the black color of the pixel wand.

+

PixelGetBlackQuantum() returns the black color of the pixel wand.

The format of the PixelGetBlackQuantum method is:

@@ -410,17 +441,16 @@ _8c.html" target="source" name="PixelGetBlackQuantum">PixelGetBlackQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetBlue

+

PixelGetBlue

-

PixelGetBlue() returns the normalized blue color of the pixel wand.

+

PixelGetBlue() returns the normalized blue color of the pixel wand.

The format of the PixelGetBlue method is:

@@ -428,17 +458,16 @@ _8c.html" target="source" name="PixelGetBlue">PixelGetBlue double PixelGetBlue(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetBlueQuantum

+

PixelGetBlueQuantum

-

PixelGetBlueQuantum() returns the blue color of the pixel wand.

+

PixelGetBlueQuantum() returns the blue color of the pixel wand.

The format of the PixelGetBlueQuantum method is:

@@ -446,17 +475,16 @@ _8c.html" target="source" name="PixelGetBlueQuantum">PixelGetBlueQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetColorAsString

+

PixelGetColorAsString

-

PixelGetColorAsString() returnsd the color of the pixel wand as a string.

+

PixelGetColorAsString() returnsd the color of the pixel wand as a string.

The format of the PixelGetColorAsString method is:

@@ -464,17 +492,16 @@ _8c.html" target="source" name="PixelGetColorAsString">PixelGetColorAsString char *PixelGetColorAsString(PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetColorAsNormalizedString

+

PixelGetColorAsNormalizedString

-

PixelGetColorAsNormalizedString() returns the normalized color of the pixel wand as a string.

+

PixelGetColorAsNormalizedString() returns the normalized color of the pixel wand as a string.

The format of the PixelGetColorAsNormalizedString method is:

@@ -482,35 +509,33 @@ _8c.html" target="source" name="PixelGetColorAsNormalizedString">PixelGetColorAs char *PixelGetColorAsNormalizedString(PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetColorCount

+

PixelGetColorCount

-

PixelGetColorCount() returns the color count associated with this color.

+

PixelGetColorCount() returns the color count associated with this color.

The format of the PixelGetColorCount method is:

-  unsigned long PixelGetColorCount(const PixelWand *wand)
+  size_t PixelGetColorCount(const PixelWand *wand)
 
-

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetCyan

+

PixelGetCyan

-

PixelGetCyan() returns the normalized cyan color of the pixel wand.

+

PixelGetCyan() returns the normalized cyan color of the pixel wand.

The format of the PixelGetCyan method is:

@@ -518,17 +543,16 @@ _8c.html" target="source" name="PixelGetCyan">PixelGetCyan double PixelGetCyan(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetCyanQuantum

+

PixelGetCyanQuantum

-

PixelGetCyanQuantum() returns the cyan color of the pixel wand.

+

PixelGetCyanQuantum() returns the cyan color of the pixel wand.

The format of the PixelGetCyanQuantum method is:

@@ -536,17 +560,16 @@ _8c.html" target="source" name="PixelGetCyanQuantum">PixelGetCyanQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetException

+

PixelGetException

-

PixelGetException() returns the severity, reason, and description of any error that occurs when using other methods in this API.

+

PixelGetException() returns the severity, reason, and description of any error that occurs when using other methods in this API.

The format of the PixelGetException method is:

@@ -554,20 +577,19 @@ _8c.html" target="source" name="PixelGetException">PixelGetException char *PixelGetException(const PixelWand *wand,ExceptionType *severity) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

severity
-

    the severity of the error is returned here.

+

the severity of the error is returned here.

-

PixelGetExceptionType

+

PixelGetExceptionType

-

PixelGetExceptionType() the exception type associated with the wand. If no exception has occurred, UndefinedExceptionType is returned.

+

PixelGetExceptionType() the exception type associated with the wand. If no exception has occurred, UndefinedExceptionType is returned.

The format of the PixelGetExceptionType method is:

@@ -575,17 +597,16 @@ _8c.html" target="source" name="PixelGetExceptionType">PixelGetExceptionType ExceptionType PixelGetExceptionType(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the magick wand.

+

the magick wand.

-

PixelGetFuzz

+

PixelGetFuzz

-

PixelGetFuzz() returns the normalized fuzz value of the pixel wand.

+

PixelGetFuzz() returns the normalized fuzz value of the pixel wand.

The format of the PixelGetFuzz method is:

@@ -593,17 +614,16 @@ _8c.html" target="source" name="PixelGetFuzz">PixelGetFuzz double PixelGetFuzz(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetGreen

+

PixelGetGreen

-

PixelGetGreen() returns the normalized green color of the pixel wand.

+

PixelGetGreen() returns the normalized green color of the pixel wand.

The format of the PixelGetGreen method is:

@@ -611,17 +631,16 @@ _8c.html" target="source" name="PixelGetGreen">PixelGetGreen double PixelGetGreen(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetGreenQuantum

+

PixelGetGreenQuantum

-

PixelGetGreenQuantum() returns the green color of the pixel wand.

+

PixelGetGreenQuantum() returns the green color of the pixel wand.

The format of the PixelGetGreenQuantum method is:

@@ -629,17 +648,16 @@ _8c.html" target="source" name="PixelGetGreenQuantum">PixelGetGreenQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetHSL

+

PixelGetHSL

-

PixelGetHSL() returns the normalized HSL color of the pixel wand.

+

PixelGetHSL() returns the normalized HSL color of the pixel wand.

The format of the PixelGetHSL method is:

@@ -648,20 +666,19 @@ _8c.html" target="source" name="PixelGetHSL">PixelGetHSL double *lightness) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

hue,saturation,lightness
-

    Return the pixel hue, saturation, and brightness.

+

Return the pixel hue, saturation, and brightness.

-

PixelGetIndex

+

PixelGetIndex

-

PixelGetIndex() returns the colormap index from the pixel wand.

+

PixelGetIndex() returns the colormap index from the pixel wand.

The format of the PixelGetIndex method is:

@@ -669,17 +686,16 @@ _8c.html" target="source" name="PixelGetIndex">PixelGetIndex IndexPacket PixelGetIndex(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetMagenta

+

PixelGetMagenta

-

PixelGetMagenta() returns the normalized magenta color of the pixel wand.

+

PixelGetMagenta() returns the normalized magenta color of the pixel wand.

The format of the PixelGetMagenta method is:

@@ -687,17 +703,16 @@ _8c.html" target="source" name="PixelGetMagenta">PixelGetMagenta double PixelGetMagenta(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetMagentaQuantum

+

PixelGetMagentaQuantum

-

PixelGetMagentaQuantum() returns the magenta color of the pixel wand.

+

PixelGetMagentaQuantum() returns the magenta color of the pixel wand.

The format of the PixelGetMagentaQuantum method is:

@@ -705,17 +720,36 @@ _8c.html" target="source" name="PixelGetMagentaQuantum">PixelGetMagentaQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetOpacity

+

PixelGetMagickColor

-

PixelGetOpacity() returns the normalized opacity color of the pixel wand.

+

PixelGetMagickColor() gets the magick color of the pixel wand.

+ +

The format of the PixelGetMagickColor method is:

+ +
+  void PixelGetMagickColor(PixelWand *wand,MagickPixelPacket *color)
+
+ +

A description of each parameter follows:

+ +
wand
+

the pixel wand.

+ +
color
+

The pixel wand color is returned here.

+ +
+

PixelGetOpacity

+
+ +

PixelGetOpacity() returns the normalized opacity color of the pixel wand.

The format of the PixelGetOpacity method is:

@@ -723,17 +757,16 @@ _8c.html" target="source" name="PixelGetOpacity">PixelGetOpacity double PixelGetOpacity(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetOpacityQuantum

+

PixelGetOpacityQuantum

-

PixelGetOpacityQuantum() returns the opacity color of the pixel wand.

+

PixelGetOpacityQuantum() returns the opacity color of the pixel wand.

The format of the PixelGetOpacityQuantum method is:

@@ -741,17 +774,16 @@ _8c.html" target="source" name="PixelGetOpacityQuantum">PixelGetOpacityQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetQuantumColor

+

PixelGetQuantumColor

-

PixelGetQuantumColor() gets the color of the pixel wand as a PixelPacket.

+

PixelGetQuantumColor() gets the color of the pixel wand as a PixelPacket.

The format of the PixelGetQuantumColor method is:

@@ -759,20 +791,19 @@ _8c.html" target="source" name="PixelGetQuantumColor">PixelGetQuantumColor -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

color
-

    The pixel wand color is returned here.

+

The pixel wand color is returned here.

-

PixelGetRed

+

PixelGetRed

-

PixelGetRed() returns the normalized red color of the pixel wand.

+

PixelGetRed() returns the normalized red color of the pixel wand.

The format of the PixelGetRed method is:

@@ -780,17 +811,16 @@ _8c.html" target="source" name="PixelGetRed">PixelGetRed double PixelGetRed(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetRedQuantum

+

PixelGetRedQuantum

-

PixelGetRedQuantum() returns the red color of the pixel wand.

+

PixelGetRedQuantum() returns the red color of the pixel wand.

The format of the PixelGetRedQuantum method is:

@@ -798,17 +828,16 @@ _8c.html" target="source" name="PixelGetRedQuantum">PixelGetRedQuantum Quantum PixelGetRedQuantum(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetYellow

+

PixelGetYellow

-

PixelGetYellow() returns the normalized yellow color of the pixel wand.

+

PixelGetYellow() returns the normalized yellow color of the pixel wand.

The format of the PixelGetYellow method is:

@@ -816,17 +845,16 @@ _8c.html" target="source" name="PixelGetYellow">PixelGetYellow double PixelGetYellow(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelGetYellowQuantum

+

PixelGetYellowQuantum

-

PixelGetYellowQuantum() returns the yellow color of the pixel wand.

+

PixelGetYellowQuantum() returns the yellow color of the pixel wand.

The format of the PixelGetYellowQuantum method is:

@@ -834,17 +862,16 @@ _8c.html" target="source" name="PixelGetYellowQuantum">PixelGetYellowQuantum Quantum PixelGetYellowQuantum(const PixelWand *wand) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

-

PixelSetAlpha

+

PixelSetAlpha

-

PixelSetAlpha() sets the normalized alpha color of the pixel wand.

+

PixelSetAlpha() sets the normalized alpha color of the pixel wand.

The format of the PixelSetAlpha method is:

@@ -852,20 +879,19 @@ _8c.html" target="source" name="PixelSetAlpha">PixelSetAlpha void PixelSetAlpha(PixelWand *wand,const double alpha) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

alpha
-

    the level of transparency: 1.0 is fully opaque and 0.0 is fully transparent.

+

the level of transparency: 1.0 is fully opaque and 0.0 is fully transparent.

-

PixelSetAlphaQuantum

+

PixelSetAlphaQuantum

-

PixelSetAlphaQuantum() sets the alpha color of the pixel wand.

+

PixelSetAlphaQuantum() sets the alpha color of the pixel wand.

The format of the PixelSetAlphaQuantum method is:

@@ -874,20 +900,19 @@ _8c.html" target="source" name="PixelSetAlphaQuantum">PixelSetAlphaQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

opacity
-

    the opacity color.

+

the opacity color.

-

PixelSetBlack

+

PixelSetBlack

-

PixelSetBlack() sets the normalized black color of the pixel wand.

+

PixelSetBlack() sets the normalized black color of the pixel wand.

The format of the PixelSetBlack method is:

@@ -895,20 +920,19 @@ _8c.html" target="source" name="PixelSetBlack">PixelSetBlack void PixelSetBlack(PixelWand *wand,const double black) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

black
-

    the black color.

+

the black color.

-

PixelSetBlackQuantum

+

PixelSetBlackQuantum

-

PixelSetBlackQuantum() sets the black color of the pixel wand.

+

PixelSetBlackQuantum() sets the black color of the pixel wand.

The format of the PixelSetBlackQuantum method is:

@@ -916,20 +940,19 @@ _8c.html" target="source" name="PixelSetBlackQuantum">PixelSetBlackQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

black
-

    the black color.

+

the black color.

-

PixelSetBlue

+

PixelSetBlue

-

PixelSetBlue() sets the normalized blue color of the pixel wand.

+

PixelSetBlue() sets the normalized blue color of the pixel wand.

The format of the PixelSetBlue method is:

@@ -937,20 +960,19 @@ _8c.html" target="source" name="PixelSetBlue">PixelSetBlue void PixelSetBlue(PixelWand *wand,const double blue) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

blue
-

    the blue color.

+

the blue color.

-

PixelSetBlueQuantum

+

PixelSetBlueQuantum

-

PixelSetBlueQuantum() sets the blue color of the pixel wand.

+

PixelSetBlueQuantum() sets the blue color of the pixel wand.

The format of the PixelSetBlueQuantum method is:

@@ -958,20 +980,19 @@ _8c.html" target="source" name="PixelSetBlueQuantum">PixelSetBlueQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

blue
-

    the blue color.

+

the blue color.

-

PixelSetColor

+

PixelSetColor

-

PixelSetColor() sets the color of the pixel wand with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).

+

PixelSetColor() sets the color of the pixel wand with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).

The format of the PixelSetColor method is:

@@ -979,41 +1000,39 @@ _8c.html" target="source" name="PixelSetColor">PixelSetColor MagickBooleanType PixelSetColor(PixelWand *wand,const char *color) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

color
-

    the pixel wand color.

+

the pixel wand color.

-

PixelSetColorCount

+

PixelSetColorCount

-

PixelSetColorCount() sets the color count of the pixel wand.

+

PixelSetColorCount() sets the color count of the pixel wand.

The format of the PixelSetColorCount method is:

-  void PixelSetColorCount(PixelWand *wand,const unsigned long count)
+  void PixelSetColorCount(PixelWand *wand,const size_t count)
 
-

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

count
-

    the number of this particular color.

+

the number of this particular color.

-

PixelSetColorFromWand

+

PixelSetColorFromWand

-

PixelSetColorFromWand() sets the color of the pixel wand.

+

PixelSetColorFromWand() sets the color of the pixel wand.

The format of the PixelSetColorFromWand method is:

@@ -1021,20 +1040,19 @@ _8c.html" target="source" name="PixelSetColorFromWand">PixelSetColorFromWand PixelSetColorFromWand(PixelWand *wand,const PixelWand *color) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

color
-

    set the pixel wand color here.

+

set the pixel wand color here.

-

PixelSetCyan

+

PixelSetCyan

-

PixelSetCyan() sets the normalized cyan color of the pixel wand.

+

PixelSetCyan() sets the normalized cyan color of the pixel wand.

The format of the PixelSetCyan method is:

@@ -1042,20 +1060,19 @@ _8c.html" target="source" name="PixelSetCyan">PixelSetCyan void PixelSetCyan(PixelWand *wand,const double cyan) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

cyan
-

    the cyan color.

+

the cyan color.

-

PixelSetCyanQuantum

+

PixelSetCyanQuantum

-

PixelSetCyanQuantum() sets the cyan color of the pixel wand.

+

PixelSetCyanQuantum() sets the cyan color of the pixel wand.

The format of the PixelSetCyanQuantum method is:

@@ -1063,20 +1080,19 @@ _8c.html" target="source" name="PixelSetCyanQuantum">PixelSetCyanQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

cyan
-

    the cyan color.

+

the cyan color.

-

PixelSetFuzz

+

PixelSetFuzz

-

PixelSetFuzz() sets the fuzz value of the pixel wand.

+

PixelSetFuzz() sets the fuzz value of the pixel wand.

The format of the PixelSetFuzz method is:

@@ -1084,20 +1100,19 @@ _8c.html" target="source" name="PixelSetFuzz">PixelSetFuzz void PixelSetFuzz(PixelWand *wand,const double fuzz) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

fuzz
-

    the fuzz value.

+

the fuzz value.

-

PixelSetGreen

+

PixelSetGreen

-

PixelSetGreen() sets the normalized green color of the pixel wand.

+

PixelSetGreen() sets the normalized green color of the pixel wand.

The format of the PixelSetGreen method is:

@@ -1105,20 +1120,19 @@ _8c.html" target="source" name="PixelSetGreen">PixelSetGreen void PixelSetGreen(PixelWand *wand,const double green) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

green
-

    the green color.

+

the green color.

-

PixelSetGreenQuantum

+

PixelSetGreenQuantum

-

PixelSetGreenQuantum() sets the green color of the pixel wand.

+

PixelSetGreenQuantum() sets the green color of the pixel wand.

The format of the PixelSetGreenQuantum method is:

@@ -1126,20 +1140,19 @@ _8c.html" target="source" name="PixelSetGreenQuantum">PixelSetGreenQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

green
-

    the green color.

+

the green color.

-

PixelSetHSL

+

PixelSetHSL

-

PixelSetHSL() sets the normalized HSL color of the pixel wand.

+

PixelSetHSL() sets the normalized HSL color of the pixel wand.

The format of the PixelSetHSL method is:

@@ -1148,20 +1161,19 @@ _8c.html" target="source" name="PixelSetHSL">PixelSetHSL const double saturation,const double lightness) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

hue,saturation,lightness
-

    Return the pixel hue, saturation, and brightness.

+

Return the pixel hue, saturation, and brightness.

-

PixelSetIndex

+

PixelSetIndex

-

PixelSetIndex() sets the colormap index of the pixel wand.

+

PixelSetIndex() sets the colormap index of the pixel wand.

The format of the PixelSetIndex method is:

@@ -1169,20 +1181,19 @@ _8c.html" target="source" name="PixelSetIndex">PixelSetIndex void PixelSetIndex(PixelWand *wand,const IndexPacket index) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

index
-

    the colormap index.

+

the colormap index.

-

PixelSetMagenta

+

PixelSetMagenta

-

PixelSetMagenta() sets the normalized magenta color of the pixel wand.

+

PixelSetMagenta() sets the normalized magenta color of the pixel wand.

The format of the PixelSetMagenta method is:

@@ -1190,20 +1201,19 @@ _8c.html" target="source" name="PixelSetMagenta">PixelSetMagenta void PixelSetMagenta(PixelWand *wand,const double magenta) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

magenta
-

    the magenta color.

+

the magenta color.

-

PixelSetMagentaQuantum

+

PixelSetMagentaQuantum

-

PixelSetMagentaQuantum() sets the magenta color of the pixel wand.

+

PixelSetMagentaQuantum() sets the magenta color of the pixel wand.

The format of the PixelSetMagentaQuantum method is:

@@ -1212,20 +1222,19 @@ _8c.html" target="source" name="PixelSetMagentaQuantum">PixelSetMagentaQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

magenta
-

    the green magenta.

+

the green magenta.

-

PixelSetMagickColor

+

PixelSetMagickColor

-

PixelSetMagickColor() sets the color of the pixel wand.

+

PixelSetMagickColor() sets the color of the pixel wand.

The format of the PixelSetMagickColor method is:

@@ -1233,20 +1242,19 @@ _8c.html" target="source" name="PixelSetMagickColor">PixelSetMagickColor -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

color
-

    the pixel wand color.

+

the pixel wand color.

-

PixelSetOpacity

+

PixelSetOpacity

-

PixelSetOpacity() sets the normalized opacity color of the pixel wand.

+

PixelSetOpacity() sets the normalized opacity color of the pixel wand.

The format of the PixelSetOpacity method is:

@@ -1254,20 +1262,19 @@ _8c.html" target="source" name="PixelSetOpacity">PixelSetOpacity void PixelSetOpacity(PixelWand *wand,const double opacity) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

opacity
-

    the opacity color.

+

the opacity color.

-

PixelSetOpacityQuantum

+

PixelSetOpacityQuantum

-

PixelSetOpacityQuantum() sets the opacity color of the pixel wand.

+

PixelSetOpacityQuantum() sets the opacity color of the pixel wand.

The format of the PixelSetOpacityQuantum method is:

@@ -1276,20 +1283,19 @@ _8c.html" target="source" name="PixelSetOpacityQuantum">PixelSetOpacityQuantum -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

opacity
-

    the opacity color.

+

the opacity color.

-

PixelSetQuantumColor

+

PixelSetQuantumColor

-

PixelSetQuantumColor() sets the color of the pixel wand.

+

PixelSetQuantumColor() sets the color of the pixel wand.

The format of the PixelSetQuantumColor method is:

@@ -1297,20 +1303,19 @@ _8c.html" target="source" name="PixelSetQuantumColor">PixelSetQuantumColor -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

color
-

    the pixel wand color.

+

the pixel wand color.

-

PixelSetRed

+

PixelSetRed

-

PixelSetRed() sets the normalized red color of the pixel wand.

+

PixelSetRed() sets the normalized red color of the pixel wand.

The format of the PixelSetRed method is:

@@ -1318,20 +1323,19 @@ _8c.html" target="source" name="PixelSetRed">PixelSetRed void PixelSetRed(PixelWand *wand,const double red) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

red
-

    the red color.

+

the red color.

-

PixelSetRedQuantum

+

PixelSetRedQuantum

-

PixelSetRedQuantum() sets the red color of the pixel wand.

+

PixelSetRedQuantum() sets the red color of the pixel wand.

The format of the PixelSetRedQuantum method is:

@@ -1339,20 +1343,19 @@ _8c.html" target="source" name="PixelSetRedQuantum">PixelSetRedQuantum void PixelSetRedQuantum(PixelWand *wand,const Quantum red) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

red
-

    the red color.

+

the red color.

-

PixelSetYellow

+

PixelSetYellow

-

PixelSetYellow() sets the normalized yellow color of the pixel wand.

+

PixelSetYellow() sets the normalized yellow color of the pixel wand.

The format of the PixelSetYellow method is:

@@ -1360,20 +1363,19 @@ _8c.html" target="source" name="PixelSetYellow">PixelSetYellow void PixelSetYellow(PixelWand *wand,const double yellow) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

yellow
-

    the yellow color.

+

the yellow color.

-

PixelSetYellowQuantum

+

PixelSetYellowQuantum

-

PixelSetYellowQuantum() sets the yellow color of the pixel wand.

+

PixelSetYellowQuantum() sets the yellow color of the pixel wand.

The format of the PixelSetYellowQuantum method is:

@@ -1381,30 +1383,41 @@ _8c.html" target="source" name="PixelSetYellowQuantum">PixelSetYellowQuantum void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow) -

A description of each parameter follows:

+

A description of each parameter follows:

wand
-

    the pixel wand.

+

the pixel wand.

yellow
-

    the yellow color.

+

the yellow color.

+