Function PixelFormat.getRGB
Wraps SDL_GetRGB
which converts a pixel uint
value to a comprehensible dsdl
struct without
accounting the alpha value (automatically set to opaque [255]), based on the pixel format defined by the
dsdl
Parameters
Name | Description |
---|---|
pixel | the pixel uint value to convert |
Returns
the dsdl
struct of the given pixel
value