File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 446446
447447 This function will temporarily lock and unlock the Surface as needed.
448448
449- .. versionchanged :: 2.3.1 can now also accept both float coordinates and Vector2s
449+ .. versionchanged :: 2.3.1 can now also accept both float coordinates and Vector2s for pixels.
450450
451451 Returning a Color instead of tuple. Use ``tuple(surf.get_at((x,y))) ``
452452 if you want a tuple, and not a Color. This should only matter if
474474 .. note :: If the surface is palettized, the pixel color will be set to the
475475 most similar color in the palette.
476476
477- .. versionchanged :: 2.3.1 can now also accept both float coordinates and Vector2s
477+ .. versionchanged :: 2.3.1 can now also accept both float coordinates and Vector2s for pixels.
478478
479479 .. ## Surface.set_at ##
480480
494494
495495 .. versionaddedold :: 1.9.2
496496
497- .. versionchanged :: 2.3.1 can now also accept both float coordinates and Vector2s
497+ .. versionchanged :: 2.3.1 can now also accept both float coordinates and Vector2s for pixels.
498498
499499 .. ## Surface.get_at_mapped ##
500500
You can’t perform that action at this time.
0 commit comments