Contents

setBlendMode(_:)

Sets how sample values are composited by a graphics context.

Declaration

func setBlendMode(_ mode: CGBlendMode)

Parameters

  • mode:

    A blend mode. See Cgblendmode for a list of the constants you can supply.

See Also

Managing a Graphics Context