magickGetBackgroundColor method

PixelWand magickGetBackgroundColor()

Returns the wand background color.

Implementation

PixelWand magickGetBackgroundColor() =>
    PixelWand._(_magickWandBindings.MagickGetBackgroundColor(_wandPtr));