bool SDL_GetTextureAlphaMod(SDL_Texture *texture, Uint8 *alpha);
(bool) 成功のとき真, 失敗のとき偽を戻す. SDL_GetError()を呼んで詳細を知ることができる.
この関数を呼べるのはメインスレッドのみである.