Method SDL.PixelFormat()->get_rgb()
- Method get_rgb
 Image.Color.Colorget_rgb(intpixel)- Description
 Get RGB component values from a pixel stored in this pixel format.
- Parameter 
pixel A pixel retrieved from a surface with this pixel format or a color previously mapped with map_rgb() or map_rgba().
- Returns
 A Image.Color.Color object with the RGB components of the pixel.
- See also