---
title: MTLBlendOperation.min
framework: metal
role: symbol
role_heading: Case
path: metal/mtlblendoperation/min
---

# MTLBlendOperation.min

Minimum of the source and destination pixel values.

## Declaration

```swift
case min
```

## Discussion

Discussion RGB = min(Source.rgb, Dest.rgb) A = min(Source.a, Dest.a)

## See Also

### Blend operations

- [MTLBlendOperation.add](metal/mtlblendoperation/add.md)
- [MTLBlendOperation.subtract](metal/mtlblendoperation/subtract.md)
- [MTLBlendOperation.reverseSubtract](metal/mtlblendoperation/reversesubtract.md)
- [MTLBlendOperation.max](metal/mtlblendoperation/max.md)
