Some Random Dude is a blog by P.J. Onori that covers design & technology in the broadest sense possible.

Use Tumblr? If so, you may find Off Franklin useful.

Posts Tagged ‘brightness’

Click on one of the items below to go to the post

Actionscript 3 Video Color Sampler Experiment

Posted on 12 June, 2007 at 6:48am with 6 comments

Actionscript 3 Video Sampler

A while back I published a small Actionscript experiment that sampled colors of video and displayed a matrix of the sampled colors it retrieved. I mentioned that I would be posting a follow-up once I ported all the code to Actionscript 3 and was able to do some interesting experiments with this technique. The current color sampler can give you the rgb code, red channel, green channel, blue channel, hue, saturation and brightness. It took a bit of time, but I have made five different motion treatments generated from my color sampling engine. The port of the color sampler class to Actionscript 3 made a significant difference in terms of performance and offered many more possibilities to what I could attempt. These five experiments are really just scratching the surface of what can be done with this technique – I have already thought of 3 or 4 different methods I would like to create.
Read the rest of this post…