The FXScript Reference

For Final Cut Pro created by Joe Maller

ChannelFill

ChannelFill(destImage, alphaValue, redValue, greenValue, blueValue)

Related Links:
k60df

Additional 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.