Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.21 KB

File metadata and controls

40 lines (29 loc) · 2.21 KB

Working with bitmaps

In addition to its vector drawing capabilities, ActionScript 3.0 includes the ability to create bitmap images or manipulate the pixel data of external bitmap images that are loaded into a SWF. With the ability to access and change individual pixel values, you can create your own filter-like image effects and use the built-in noise functions to create textures and random noise.

More Help Topics

flash.display.Bitmap class

flash.display.BitmapData class

Adobe Recommends