Function PixelFormat.getRGBA
Wraps SDL_GetRGBA
which converts a pixel uint
value to a comprehensible dsdl2
struct, based on
the pixel format defined by the dsdl2
Parameters
Name | Description |
---|---|
pixel | the pixel uint value to convert |
Returns
the dsdl2
struct of the given pixel
value