Contents

MTLBlendOperation.reverseSubtract

Subtract a portion of the source values from a portion of the destination pixel values.

Declaration

case reverseSubtract

Discussion

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

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

See Also

Blend operations