bool SDL_SetTexturePalette(SDL_Texture *texture, SDL_Palette *palette);
(SDL_Palette *) テクスチャが使用するパレットを戻す. パレットがないときNULLを戻す.
この関数を呼べるのはメインスレッドのみである.