Question about SDL_RenderClear

Hello,
Could you tell me if SDL_RenderClear() is concerned by SDL_SetRenderDrawBlendMode() or SDL_SetTextureBlendMode() ?

Al

No, it should clear to the specific color value you request without blending.

OK, this is what I though.
thanks a lot.