magickGetImageMatteColor method

bool magickGetImageMatteColor(
  1. PixelWand pixelWand
)

MagickGetImageMatteColor() returns the image matte color.

Implementation

bool magickGetImageMatteColor(PixelWand pixelWand) =>
    _magickWandBindings.MagickGetImageMatteColor(_wandPtr, pixelWand._wandPtr)
        .toBool();