hytopia 0.8.6-devtrace-f76307c → 0.8.6-devtrace-0beca85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/server.md CHANGED
@@ -1283,7 +1283,7 @@ A quaternion.
1283
1283
 
1284
1284
  </td><td>
1285
1285
 
1286
- A RGB color.
1286
+ A RGB color. r, g and b expect a value between 0 and 255.
1287
1287
 
1288
1288
 
1289
1289
  </td></tr>
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## RgbColor interface
6
6
 
7
- A RGB color.
7
+ A RGB color. r, g and b expect a value between 0 and 255.
8
8
 
9
9
  **Signature:**
10
10