Skip to content

Commit

Permalink
Update image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaCondemns committed May 11, 2023
1 parent 90e2027 commit 82d666a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pygex/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,12 @@ def gradient(size: Sequence[int], colors: Sequence[TYPE_COLOR], is_vertical=Fals
return pg_smoothscale(colors_line_surface, size)


__all__ = 'AlphaSurface', 'pillow_to_pygame', 'pygame_to_pillow', 'gaussian_blur', 'cutout_by_mask', 'round_corners', 'gradient'
__all__ = (
'AlphaSurface',
'pillow_to_pygame',
'pygame_to_pillow',
'gaussian_blur',
'cutout_by_mask',
'round_corners',
'gradient'
)

0 comments on commit 82d666a

Please sign in to comment.