mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
Added documentation references to the components of a colorspace
This commit is contained in:
parent
abaef81615
commit
a17b742e34
1 changed files with 6 additions and 0 deletions
|
@ -545,6 +545,12 @@ typedef enum SDL_ChromaLocation
|
|||
* representative sample of the kinds of colorspaces supported in SDL.
|
||||
*
|
||||
* \since This enum is available since SDL 3.0.0.
|
||||
*
|
||||
* \sa SDL_ColorPrimaries
|
||||
* \sa SDL_ColorRange
|
||||
* \sa SDL_ColorType
|
||||
* \sa SDL_MatrixCoefficients
|
||||
* \sa SDL_TransferCharacteristics
|
||||
*/
|
||||
typedef enum SDL_Colorspace
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue