mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Color arguments also take (r,g,b,a) tuples (#6148)
This commit is contained in:
@@ -5,7 +5,7 @@ from typing_extensions import Literal
|
||||
from .Image import Image
|
||||
from .ImageFont import _Font
|
||||
|
||||
_Ink = Union[str, int, Tuple[int, int, int]]
|
||||
_Ink = Union[str, int, Tuple[int, int, int], Tuple[int, int, int, int]]
|
||||
_XY = Sequence[Union[float, Tuple[float, float]]]
|
||||
_Outline = Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user