mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Changed example value to avoid using "a"
This commit is contained in:
parent
3f073ff3cb
commit
e4a8783e88
|
@ -28,8 +28,8 @@ The ImageColor module supports the following string formats:
|
|||
Examples:
|
||||
|
||||
- ``#ff0000`` specifies pure red.
|
||||
- ``#ff0000aa`` specifies pure red with an opacity of 66.66% (aa = 170, opacity =
|
||||
170/255).
|
||||
- ``#ff0000cc`` specifies pure red with an opacity of 80% (cc = 204, opacity =
|
||||
204/255).
|
||||
|
||||
|
||||
* RGB functions, given as ``rgb(red, green, blue)`` where the color values are
|
||||
|
|
Loading…
Reference in New Issue
Block a user