Contents

MTLBlendOperation.add

Add portions of both source and destination pixel values.

Declaration

case add

Discussion

RGB = Source.rgb * SBF + Dest.rgb * DBF

A = Source.a * SBF + Dest.a * DBF

See Also

Blend operations