mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix example
This commit is contained in:
parent
6815eb4e80
commit
3af46fb927
1 changed files with 2 additions and 2 deletions
|
|
@ -337,8 +337,8 @@ class HSLAColor:
|
|||
as float (0-1 range).
|
||||
|
||||
Examples:
|
||||
"hsl(27, 0.7, 0.3)"
|
||||
"hsl(27, 70%, 30%)"
|
||||
"hsla(27, 0.7, 0.3, 0.5)"
|
||||
"hsla(27, 70%, 30%, 0.5)"
|
||||
"""
|
||||
def __init__(self, value):
|
||||
modified_color = value.lower().strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue