drawGetTextUnderColor method

void drawGetTextUnderColor(
  1. PixelWand pixelWand
)

DrawGetTextUnderColor() returns the color of a background rectangle to place under text annotations.

Implementation

void drawGetTextUnderColor(PixelWand pixelWand) =>
    _magickWandBindings.DrawGetTextUnderColor(_wandPtr, pixelWand._wandPtr);