Monday, July 31, 2017

Random RGB Color

Generates a random rgb color value to be used by color();

function rndc() = rands(0, 1, 3) ;
 

No comments:

Post a Comment