//! `saturation` — scale chroma intensity around neutral. 8-bit `Yuv420p` only.
use Result;
use ;
use crateVideoFrame;
/// Scale both chroma planes away from / toward neutral (128) by `factor`
/// (`0` = grayscale, `1.0` = unchanged, `>1` = more saturated): `out = (in −
/// 128) · factor + 128`, clamped. Luma untouched. Requires 8-bit SDR output.
pub