Contents

setStrokeColorSpace(_:)

Sets the stroke color space in a graphics context.

Declaration

func setStrokeColorSpace(_ space: CGColorSpace)

Parameters

  • space:

    The new stroke color space. The color space is retained; upon return, you may safely release it.

Discussion

As a side effect when you call this function, Core Graphics assigns an appropriate initial value to the stroke color, based on the color space you specify. To change this value, call setStrokeColor(_:). Note that the preferred API is now setStrokeColor(_:).

See Also

Setting Fill, Stroke, and Shadow Colors