Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Still needs type hints
Renderer
pygame._renderer.Renderer()
pygame._renderer.Renderer().draw_point()
pygame._renderer.Renderer().draw_line()
pygame._renderer.Renderer().draw_triangle()
pygame._renderer.Renderer().draw_rect()
pygame._renderer.Renderer().draw_quad()
pygame._renderer.Renderer().fill_triangle()
pygame._renderer.Renderer().fill_rect()
pygame._renderer.Renderer().fill_quad()
pygame._renderer.Renderer().present()
pygame._renderer.Renderer().clear()
pygame._renderer.Renderer().set_viewport()
pygame._renderer.Renderer().get_viewport()
pygame._renderer.Renderer().compose_custom_blend_mode()
pygame._renderer.Renderer().to_surface()
- Complicated a btpygame._renderer.Renderer().blit()
- Need Texture/Imagepygame._renderer.Renderer().draw_color
pygame._renderer.Renderer().draw_blend_mode
pygame._renderer.Renderer().logical_size
pygame._renderer.Renderer().scale
pygame._renderer.Renderer().target
- Need Texturepygame._renderer.from_window()
- I am not even sure this works, tried to use from pygame._sdl2.video, but also doesn't workTexture
pygame._texture.Texture()
pygame._texture.Texture().from_surface()
pygame._texture.Texture().update()
pygame._texture.Texture().get_rect()
pygame._texture.Texture().draw()
pygame._texture.Texture().draw_triangle()
pygame._texture.Texture().draw_quad()
pygame._texture.Texture().alpha
pygame._texture.Texture().blend_mode
pygame._texture.Texture().color