Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-02-01 20:18:29 +00:00
parent 7561116873
commit dcfb069c75
2 changed files with 13 additions and 5 deletions

View File

@@ -232,7 +232,10 @@ extern DECLSPEC void SDLCALL SDL_DestroySurface(SDL_Surface *surface);
* cd/m2 or nits) of the entire playback sequence. MaxFALL is calculated by
* averaging the decoded luminance values of all the pixels within a frame.
* MaxFALL is usually much lower than MaxCLL.
* - `SDL_PROP_SURFACE_TONEMAP_OPERATOR_STRING`: the tone mapping operator used when converting between different colorspaces. Currently this supports the form "*=N", where N is a floating point scale factor applied in linear space.
* - `SDL_PROP_SURFACE_TONEMAP_OPERATOR_STRING`: the tone mapping operator
* used when converting between different colorspaces. Currently this
* supports the form "*=N", where N is a floating point scale factor applied
* in linear space.
*
* \param surface the SDL_Surface structure to query
* \returns a valid property ID on success or 0 on failure; call