image->getpixel($x, $y, false); foreach ($color as $key => $val) { $color[$key] ^= 255; } return $color; } }