Exemplo n.º 1
0
 public function testGetAlphaChannelMethodReturnsValueForAlphaChannel()
 {
     $color = new Color(255, 204, 0, 0.5);
     $this->assertEquals(64, $color->getAlpha());
 }