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.
1 parent 438ed6d commit 19bbcaeCopy full SHA for 19bbcae
buildconfig/stubs/pygame/draw.pyi
@@ -578,7 +578,7 @@ def aalines(
578
from the starting point, with a repeating pattern or solid single color
579
580
:param Surface surface: surface to draw on
581
- :param color: color to draw with, the alpha value is optional if using a
+ :param color: color, or surface pattern, to draw with. The alpha value is optional if using a
582
tuple ``(RGB[A])``
583
:type color: :data:`pygame.typing.ColorLike` or a pattern to fill with, as a Surface
584
:param start_point: starting point as a sequence of 2 ints/floats,
0 commit comments