Showcase and discover digital art at yex

Follow Design Stacks

Subscribe to our free newsletter to get all our latest tutorials and articles delivered directly to your inbox!

Using Bitwise Operators: Extracting Color Channels

Extracting Color Channels When I first started messing around with manipulating colors in Flash 5, I couldn't figure out a simple way to extract individual channels from a hex color...

/ 0 comments
Using Bitwise Operators: Manipulating Color Channels

Manipulating Color Channels Color channel values are simply integers that range from 0 (0x00) to 255 (0xFF). As such, you can use just about any math operators you want to...

/ 0 comments
Flash 8 Documentation: getColorBoundsRect (BitmapData.getColorBoundsRect method)

getColorBoundsRect (BitmapData.getColorBoundsRect method) public getColorBoundsRect(mask:Number, color:Number, ) : Rectangle Determines a rectangular region that fully encloses all pixels of a specified color within the bitmap image. For example,...

/ 0 comments
Flash 8 Documentation: threshold (BitmapData.threshold method)

threshold (BitmapData.threshold method) public threshold(sourceBitmap:BitmapData, sourceRect:Rectangle, destPoint:Point, operation:String, threshold:Number, , , ) : Number Tests pixel values in an image against a specified threshold and sets pixels that pass...

/ 0 comments
Using Bitwise Operators: Binary Basics

Binary Basics In everyday life, you deal with numbers using a base 10, or decimal, representation. This means that each digit in the number is given a value 10 times...

/ 0 comments
Illustration of a woman silhouette with design elements

Illustration of a woman silhouette with design elements for a classic retro lookCreate a new file with a resolution of 500x400 pixels. Then paint the new background in the...

/ 0 comments
Three girls posing in the night Illustration

Three girls posing in the night Illustration Let's learn how to create an illiustration. You can get your favorite photo and try to do the same steps....

/ 0 comments
Apple Ipod Nano skin

Create Apple Ipod Nano skin Learn how to create the newest iPod... the NANO. This version is the most thin of them all. I find it a bit weird,...

/ 0 comments
Create a dancers illustration

Retro Dancers illustrationWe will learn how to create a retro silhouette wallpaperWe create a new background with the dimensions of  500x400, 72 dpi and paint it with the color having...

/ 0 comments
Capturing and Encoding Video

Before you can add on-demand (prerecorded) video to your web page, you must acquire the video and encode it, which involves converting it to the Macromedia Flash video (FLV) format....

/ 0 comments
Working with Streaming Video

Working with Streaming Video As you've seen in the previous sections of this article, the media components are the heart of the template and the controls for the display. They...

/ 0 comments
Delivery Options for Flash Video

Embedding Video Within SWF files Since the introduction of Flash MX and Flash Player 6, multimedia developers have been able to embed video within SWF files by importing video and...

/ 0 comments