setRand(mt_rand(5, 10)); $object->setBackgroundColor(new Color(mt_rand(220, 240), mt_rand(220, 240), mt_rand(220, 240))); $object->draw(); ?>