drawGetStrokeColor method

void drawGetStrokeColor(
  1. PixelWand strokeColor
)

DrawGetStrokeColor() returns the color used for stroking object outlines.

  • strokeColor : Return the stroke color.

Implementation

void drawGetStrokeColor(PixelWand strokeColor) =>
    _magickWandBindings.DrawGetStrokeColor(_wandPtr, strokeColor._wandPtr);