drawColorAndTextureRect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawColorAndTextureRect(uint textureId, int tdx, int tdy, Rect srcrc, Rect dstrc, uint color, bool linear)
  2. void drawColorAndTextureRect(uint textureId, int tdx, int tdy, int srcx, int srcy, int srcdx, int srcdy, int xx, int yy, int dx, int dy, uint color, bool linear)
    version(USE_OPENGL)
    void
    drawColorAndTextureRect
    (,
    int tdx
    ,
    int tdy
    ,
    int srcx
    ,
    int srcy
    ,
    int srcdx
    ,
    int srcdy
    ,
    int xx
    ,
    int yy
    ,
    int dx
    ,
    int dy
    ,
    uint color
    ,
    bool linear
    )

Meta