[SOLVED] Where to submit a PR for the API documentation?

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?

1 Like

GitHub - defold/doc: Defold game engine documentation for www.defold.com · GitHub for the manuals.

GitHub.com/defold/defold/engine (in .cpp and .h) for api reference

1 Like