# Color Bitmap Fill question-FlashMX2004

**URL:** https://forum.kirupa.com/t/color-bitmap-fill-question-flashmx2004/162285
**Category:** flash
**Created:** [September 11, 2005, 8:16pm UTC](https://forum.kirupa.com/t/color-bitmap-fill-question-flashmx2004/162285 "2005-09-11T20:16:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![crystali](https://avatars.discourse-cdn.com/v4/letter/c/bcef8e/32.png) [@crystali](https://forum.kirupa.com/u/crystali)
#### Post date: [September 11, 2005, 8:16pm UTC](https://forum.kirupa.com/t/color-bitmap-fill-question-flashmx2004/162285/1 "2005-09-11T20:16:13Z")

</div>

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?
