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