Removed ImageDraw reference

This commit is contained in:
Andrew Murray 2021-02-09 19:46:07 +11:00
parent e4a8783e88
commit 6c0af0fdfb

View File

@ -22,8 +22,7 @@ The ImageColor module supports the following string formats:
- ``r`` red - ``r`` red
- ``g`` green - ``g`` green
- ``b`` blue - ``b`` blue
- ``a`` alpha / opacity (can be used in combination with ``mode="RGBA"`` in - ``a`` alpha / opacity
:py:mod:`~PIL.ImageDraw`)
Examples: Examples: