<?php include("roundcorner.php"); $test = new CRoundCorner(CRoundCorner::CORNER_TL, "000000", "0000FF", 10); $test->setBgOpacity(127); $test->setColorOpacity(50); $test->drawFlush(); ?>
info at phpclasses dot org