RGBA computes the pixel average, and average absolute deviation of each pixel,
on an RGBA image, per channel.
The alpha channel is ignored.
Scaled to [0, 1].
Slightly optimized implementation.
RGBAC computes the pixel average, and average absolute deviation of each pixel,
on an RGBA image, per channel.
The alpha channel is ignored.
Scaled to [0, 1].
Implemented in Cgo.
RGBASlow computes the pixel average, and average absolute deviation of each pixel,
on an RGBA image, per channel.
The alpha channel is ignored.
Scaled to [0, 1].
This a slow implementation useful as ground truth for testing.