pixelSetColorFromWand method

void pixelSetColorFromWand(
  1. PixelWand color
)

PixelSetColorFromWand() sets the color of the pixel wand.

  • color set the pixel wand color here

Implementation

void pixelSetColorFromWand(PixelWand color) =>
    _magickWandBindings.PixelSetColorFromWand(_wandPtr, color._wandPtr);