drawGetBorderColor method

void drawGetBorderColor(
  1. PixelWand pixelWand
)

DrawGetBorderColor() returns the border color used for drawing bordered objects.

  • pixelWand : Return the border color.

Implementation

void drawGetBorderColor(PixelWand pixelWand) =>
    _magickWandBindings.DrawGetBorderColor(
      _wandPtr,
      pixelWand._wandPtr,
    );