Color Bitmap Fill question-FlashMX2004

Hi,
I am using the following code for creating color areas (similiar to that of a user controlled coloring book):

on (release) {
iColor = new Color (this);
iColor.setRGB(_root.fillColor);
delete iColor;
}

Instead of using the RGB mode, I’d like to use Bitmap fills. Can anyone help adjust the coding?