---
title: Thresholding and clipping pixel buffer values
framework: accelerate
role: collectionGroup
role_heading: API Collection
path: accelerate/thresholding-and-clipping-pixel-buffer-values
---

# Thresholding and clipping pixel buffer values

Limit the values in a pixel buffer to a threshold or a range.

## Topics

### Clipping

- [clip(to:destination:)](accelerate/vimage/pixelbuffer/clip(to:destination:).md)

### Threshold

- [colorThreshold(_:destination:)](accelerate/vimage/pixelbuffer/colorthreshold(_:destination:).md)

## See Also

### Pixel buffer operations

- [Applying geometric operations to pixel buffers](accelerate/applying-geometric-operations-to-pixel-buffers.md)
- [Applying color transforms to pixel buffers](accelerate/applying-color-transforms-to-pixel-buffers.md)
- [Blending and compositing pixel buffers](accelerate/blending-and-compositing-pixel-buffers.md)
- [Convolving and applying morphology](accelerate/convolving-and-applying-morphology.md)
- [Calculating and transforming histograms](accelerate/calculating-and-transforming-histograms.md)
- [Converting pixel buffers](accelerate/converting-pixel-buffers.md)
- [Interleaving and deinterleaving pixel buffers](accelerate/interleaving-and-deinterleaving-pixel-buffers.md)
- [Cropping and working with regions of interest](accelerate/cropping-and-working-with-regions-of-interest.md)
- [Applying channel operations](accelerate/applying-channel-operations.md)
- [Applying arithmetic operations](accelerate/applying-arithmetic-operations.md)
