Skip to content

Commit 0c34bce

Browse files
types
1 parent 9470559 commit 0c34bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildconfig/stubs/pygame/surface.pyi

+3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ class Surface:
109109
def set_colorkey(self, color: ColorValue, flags: int = 0, /) -> None: ...
110110
@overload
111111
def set_colorkey(self, color: None, /) -> None: ...
112+
def get_colorkey_raw(self, color: int) -> None: ...
112113
def get_colorkey(self) -> Optional[RGBAOutput]: ...
114+
def get_colorkey_raw(self) -> int: ...
115+
def has_colorkey(self) -> bool: ...
113116
@overload
114117
def set_alpha(self, value: int, flags: int = 0, /) -> None: ...
115118
@overload

0 commit comments

Comments
 (0)