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.
Sets how sample values are composited by a graphics context.
func setBlendMode(_ mode: CGBlendMode)A blend mode. See Cgblendmode for a list of the constants you can supply.