magickGetImageBackgroundColor method

bool magickGetImageBackgroundColor(
  1. PixelWand backgroundColor
)

Returns the image background color.

Implementation

bool magickGetImageBackgroundColor(PixelWand backgroundColor) =>
    _magickWandBindings.MagickGetImageBackgroundColor(
      _wandPtr,
      backgroundColor._wandPtr,
    ).toBool();