ChannelFill
ChannelFill(destImage, alphaValue, redValue, greenValue, blueValue)
Related Links:
k60dfAdditional Notes
Channelfill
This function fills an image buffer with the color specified by the four color values (integers from 0 to 255).
ChannelFill can fill some channels while leaving others untouched. To skip a channel during the fill operation, specify it's value as knone or -1 instead of a number.

