bezierRGBA

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int bezierRGBA(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, int s, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
    version(BindSDLgfx_Static)
    extern (C) @nogc nothrow
    int
    bezierRGBA
    (
    SDL_Renderer* dst
    ,
    const Sint16* vx
    ,
    const Sint16* vy
    ,
    int n
    ,
    int s
    ,
    Uint8 r
    ,
    Uint8 g
    ,
    Uint8 b
    ,
    Uint8 a
    )
  2. p_bezierRGBA bezierRGBA;

Meta