# How to fade bitmap pixels?

**URL:** https://forum.kirupa.com/t/how-to-fade-bitmap-pixels/244684
**Category:** flash
**Created:** [November 20, 2007, 9:44pm UTC](https://forum.kirupa.com/t/how-to-fade-bitmap-pixels/244684 "2007-11-20T21:44:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![antongranik](https://avatars.discourse-cdn.com/v4/letter/a/ac91a4/32.png) [@antongranik](https://forum.kirupa.com/u/antongranik)
#### Post date: [November 20, 2007, 9:44pm UTC](https://forum.kirupa.com/t/how-to-fade-bitmap-pixels/244684/1 "2007-11-20T21:44:21Z")

</div>

Hi! Got a small question. I’m making a simple waveform audio visualiser. I’m using BitmapData and Bitmap.draw to create lines. And I want the drawing lines fade away to alpha 0 (or color white) in .1-.2 sec after being drawn. How can I manage this? I know how to blur them but not how to fade…  
Thx! :pope:
