public function testInt2rgba()
 {
     $this->assertEquals(array(255, 255, 255, 16), ColorUtil::int2rgba('285212671'));
 }