hlineRGBA

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int hlineRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 x2, Sint16 y, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
    version(BindSDLgfx_Static)
    extern (C) @nogc nothrow
    int
    hlineRGBA
    (
    SDL_Renderer* dst
    ,
    Sint16 x1
    ,
    Sint16 x2
    ,
    Sint16 y
    ,
    Uint8 r
    ,
    Uint8 g
    ,
    Uint8 b
    ,
    Uint8 a
    )
  2. p_hlineRGBA hlineRGBA;

Meta