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