We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf3aa5 + ea28e24 commit bd5f0daCopy full SHA for bd5f0da
sdl3/SDL_pixels.py
@@ -149,7 +149,7 @@ def SDL_ISPIXELFORMAT_ALPHA(format: int) -> bool:
149
150
SDL_ColorRange: typing.TypeAlias = SDL_TYPE["SDL_ColorRange", SDL_ENUM]
151
152
-SDL_COLOR_RANGE_UNKOWN, SDL_COLOR_RANGE_LIMITED, SDL_COLOR_RANGE_FULL = range(3)
+SDL_COLOR_RANGE_UNKNOWN, SDL_COLOR_RANGE_LIMITED, SDL_COLOR_RANGE_FULL = range(3)
153
154
SDL_ColorPrimaries: typing.TypeAlias = SDL_TYPE["SDL_ColorPrimaries", SDL_ENUM]
155
0 commit comments