Flash 8 ColorMatrix Preview Panel

I really like the color matrix filter introduced in Flash 8 and prompted by some other posts earlier today, I thought I’d release my little color matrix preview tool (actually another windowSWF panel) that should help you with creating a color matrix array. Have fun with it!

4 Comments

  • September 12, 2005 - 3:19 pm | Permalink

    Is this for the ColorTransform object or ColorMatrixFilter ?

    If it’s for the ColorMatrixFilter, it would probably be better if you used the actual settings that the Adjust Color Filter does in the IDE:

    hue
    saturation
    brightness
    contrast

  • September 12, 2005 - 3:41 pm | Permalink

    yeah its for flash.filters.ColorMatrixFilter, good suggestion Guy — I’m already working on a version that supports loading and saving presets so will add that to the to-do list.

  • Psykovsky
    September 15, 2005 - 4:11 pm | Permalink

    How did you do this “Copy to clipboard” ? Is it native Flash 8 function, or this is just a connection between flash and JS ?

  • September 15, 2005 - 7:26 pm | Permalink

    That feature was introduced in MX 2004, you can use the following code:

    System.setClipboard(“copy this string to the clipboard”);

  • Comments are closed.

    .