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 021369a commit d3cdf32Copy full SHA for d3cdf32
arcade/types.py
@@ -623,7 +623,7 @@ def from_color255(cls, color255: RGBA255) -> Self:
623
Examples::
624
625
>>> ColorFloat.from_color255((255, 0, 0, 255))
626
- Color(r=1.0, g=0, b=0, a=1.0)
+ Color(r=1.0, g=0.0, b=0.0, a=1.0)
627
628
>>> normalized_half_opacity_green = (0, 255, 0, 127)
629
>>> ColorFloat.from_color255(normalized_half_opacity_green)
0 commit comments