readTestImage('trim.png'); $this->assertEquals('00aef0', $image->pickColor(14, 14)->toHex()); $image->modify(new BrightnessModifier(30)); $this->assertEquals('4cfaff', $image->pickColor(14, 14)->toHex()); } }