roundedBoxColor

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int roundedBoxColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 color)
    version(BindSDLgfx_Static)
    extern (C) @nogc nothrow
    int
    roundedBoxColor
    (
    SDL_Renderer* dst
    ,
    Sint16 x1
    ,
    Sint16 y1
    ,
    Sint16 x2
    ,
    Sint16 y2
    ,
    Sint16 rad
    ,
    Uint32 color
    )
  2. p_roundedBoxColor roundedBoxColor;

Meta