An action block that samples the color of pixels in an image.
The fiber will pause until the image operation has finished.
This block will sample from the bitmap held in memory by the fiber, as loaded by a prior Image load block.
If the sample size if larger than 1 then the resulting color components and alpha are averages of the pixels in sampled area.
The number and range of the resulting color components depends
on the color model, derived from the source image, its format and encoding.
Commonly used color models are Grayscale, RGB, YCbCr, CMYK and YCCK.
Never assume an image is in a particular color model, always check the resulting color model.
Use the colorRecode function to convert between color models,
e.g. from sampled to RGB: colorRecode(sampledComponents, sampledColorModel++" RGB")