Monday, February 17, 2014
Sunday, May 6, 2012
Saturday, April 14, 2012
Color scheme for AS3 sound visualisation
The colours in the left column are used in ZAMMIN.com frame by frame animation.
the ones from the column to the right are for basic clips.
*Since ActionScript includes a function, that changes symbols' colors randomly using mathematical function:
function getRandomColor ():ColorTransform
{
var red:Number = (Math.random() * 512) - 255;
var green:Number = (Math.random() * 512) - 255;
var blue:Number = (Math.random() * 512) - 255;
return new ColorTransform(1,1,1,1,red,green,blue,0);
}
There is no specific colour to be represented in the colour scheme above.Thursday, April 12, 2012
Tuesday, September 6, 2011
Monday, September 5, 2011
Sunday, June 26, 2011
Tuesday, June 21, 2011
Friday, June 17, 2011
Monday, June 13, 2011
Wednesday, June 8, 2011
Thursday, June 2, 2011
Tuesday, May 31, 2011
Subscribe to:
Posts (Atom)





























