Image
Represents a raylib image.
Note that images are immutable and modification operations return new Image instances.
Functions
Clears the alpha channel of the image based on a specified color and threshold. This operation sets the alpha channel to 0 for pixels that match the specified color within the threshold.
Adjusts the brightness of the image.
Converts this image to another image format.
Draws a pixel on the current image.
Draws the entire source image onto this image, scaling it to fit the dimensions of this image, using the specified tint color.
Draws a source image onto this image at the specified destination rectangle, using the specified source rectangle and tint color.
Gets the color palette of the image.
Premultiplies the alpha channel of the image. This operation multiplies the RGB channels by the alpha channel.
Draws a triangle fan on the image.
Draws a triangle strip on the image.