Skip to content

Commit

Permalink
Auto stub generation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2023
1 parent 34a6ab2 commit 89351e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-python/apngasm_python/_apngasm_python/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def create_frame_from_rgb(pixels: numpy.typing.NDArray, width: int, height: int,
:param numpy.typing.NDArray pixels: The RGB pixel data, expressed as 3D numpy array.
:param int width: The width of the pixel data.
:param int height: The height of the pixel data.
:param numpy.typing.NDArray trns_color: The color [r, g, b] to be treated as transparent, expressed as 1D numpy array.
:param Optional[numpy.typing.NDArray] trns_color: The color [r, g, b] to be treated as transparent, expressed as 1D numpy array.
:param int delay_num: The delay numerator for this frame (defaults to DEFAULT_FRAME_NUMERATOR).
:param int delay_den: The delay denominator for this frame (defaults to DEFAULT_FRAME_DENMINATOR).
Expand Down

0 comments on commit 89351e0

Please sign in to comment.