Available Methodsinvert()On this pageinvert()->invert(): SergiX44\ImageZen\ImageInvert the colors of the image.ParametersThis method has no parameters.ReturnsInstance of SergiX44\ImageZen\Image.Exampleuse SergiX44\ImageZen\Image;$image = Image::make('path/to/image.jpg') ->invert();