withBackground($color); $this->assertInstanceOf(ColorInterface::class, $pixel->background()); $this->assertInstanceOf(Pixel::class, $result); } }