magickSetBackgroundColor method

bool magickSetBackgroundColor(
  1. PixelWand pixelWand
)

Sets the wand background color.

Implementation

bool magickSetBackgroundColor(PixelWand pixelWand) =>
    _magickWandBindings.MagickSetBackgroundColor(_wandPtr, pixelWand._wandPtr)
        .toBool();