We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0570e commit 49ad94bCopy full SHA for 49ad94b
arcade/types.py
@@ -623,8 +623,8 @@ def from_color255(cls, color255: RGBA255) -> Self:
623
"""
624
Convert byte-value (0 to 255) channels into a ColorFloat.
625
626
- Note that unlike :py:meth:`Color.from_normalized`, this function
627
- does not validate the data passed into it.
+ Unlike :py:meth:`Color.from_normalized`, this function does not
+ validate the data passed into it.
628
629
Examples::
630
0 commit comments