Hi guys! I am wondering where the repo is to make a PR to the documentation.
I want to add information about the range here.
I mean, RGB can be represented in the range 0–255 and 0–1, but gui.set_color() uses the range 0–1. And I think it would be great to add this info to the documentation. I can make a PR, but I don’t know the repo.
I tried to use a value in the range 0–255, but it silently doesn’t work. Nodes aren’t rendered without any assertions. So I think it would be great to add an assert about it. Do I need to make an issue?