Old Articles - 2 years, 10 months ago - 0 Comments
Flash 8 - Color Conversion Utility Class
As i mentioned earlier on, a good understanding of the different color spaces and number systems is necessary to work effectively with actionscript and the new expressiveness classes in Flash Player 8.
Ive been messing around with these classes for a good while now and during that time i have built up a library of methods that i use regularly to convert between different color spaces and number systems, currently the class can do the following:
- convert red, green, blue values into a 24-bit hexadecimal color value
- convert alpha, red, green, blue values into a 32-bit hexadecimal color value
- convert a 24-bit hexadecimal color value into red, green, blue values
- convert a 32-bit hexadecimal color value into alpha, red, green, blue values
- convert red, blue, green values into hue, saturation, brightness values
- convert hue, saturation, brightness values into red, green, blue values
- convert a 24 bit hexadecimal color value into hue, saturation, brightness values
- convert hue, saturation, brightness values into a 24-bit hexadecimal color value
- convert a hexadecimal color value into a base 16 hexadecimal color string
No doubt, it will come in very useful to others, so im making it available to download here.
This class is work on-going, so will be updated and fixed as and when necessary.
Note: This is an old article!
Please be aware that the content of this article may no longer be accurate and the links contained within could be broken.
Update Notifications
You can add our RSS feed to your favorite feed reader or recieve an email when a new article is posted by entering your email address below.
FLASH EXPERTS
- Andre Michelle
- Aral Balkan
- Big Spaceship
- Chafic Kazoun
- Colin Moock
- Craig Swann
- Erik Natzke
- Grant Skinner
- Jesse Warden
- John Grden
- Keith Peters
- Lee Brimelow
- Lord Alex
- Mario Kingemann
- Matt Voermn
- Ralph Hauwert
- Richard Leggett
- Trevor McCauley
FLASH COMPONENTS
- AFComponents
- Components Network
- Extend Studio
- Flash Relief
- Flash Store
- Flashden
- Flashloaded
- Ghostwire
- Image Vue
- Jumpeye
- Page Flip Component
- Slideshowpro
FLASH VIDEO
- Akamai
- FFMPEG
- FlashComGuru
- Flashstreamworks
- FLV Player
- FLVMDI
- flvPlayerPro
- FLVTool2
- Influxis
- JW FLV Player
- Vital Stream
FLASH RESOURCES
- Actionscript.org
- Adobe Labs
- Developer Center
- Flash Interface
- Flash Player Statistics
- Flashkit
- Kirupa
- MDM Zinc
- OSFlash
- PaperVision3D
- SWXFormat
- Tweener
SPONSORS
More In Actionscript
- Adobe MAKE SOME NOISE
- Undocumented Actionscript 3
- BitmapData.loadBitmap gone in AS3
- Actionscript 3 - New Capabilities
- Flash 8 - setTimeout

