Sets the color used for stroking object outlines.
Inheritance: IDrawable
 public void Test_Constructor_Color()
 {
   DrawableStrokeColor strokeColor = new DrawableStrokeColor(Color.GhostWhite);
   ColorAssert.AreEqual(MagickColors.GhostWhite, strokeColor.Color);
 }