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 65cd194 commit 1d063a8Copy full SHA for 1d063a8
buildconfig/stubs/pygame/surface.pyi
@@ -87,8 +87,8 @@ class Surface:
87
slower than global alpha or colorkey. Pre-multiplied alpha is generally
88
faster than regular per-pixel alpha.
89
90
- All types of transparency can be used togerher and correctly mix, except
91
- pre-multipled alpha does not consider colorkey nor global alpha.
+ All types of transparency can be used together and correctly mix, except
+ pre-multiplied alpha does not consider colorkey nor global alpha.
92
Also, An alpha of 255 is opaque while an alpha of 0 is fully transparent.
93
94
Surfaces can be created that reference the pixel data of other Surfaces.
0 commit comments