Expand description
Pixel manipulations.
Functionsยง
- interpolate
- Equivalent to
weighted_sum(left, right, left_weight, 1 - left_weight)
. - weighted_
sum - Adds pixels with the given weights. Results are clamped to prevent arithmetical overflows.
Pixel manipulations.
weighted_sum(left, right, left_weight, 1 - left_weight)
.