The following functions demonstrate pixel access by creating a 24-bit RGB image and filling it with a specified color. The overall strategy is:
- Create a new 24-bit RGB image with IG_image_create
- Fill a single temporary raster with the desired fill color for the image
- Loop through the image rasters, copying the temporary raster to each image raster