UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

90 lines (40 loc) 792 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [RgbColor](./server.rgbcolor.md) ## RgbColor interface A RGB color. **Signature:** ```typescript interface RgbColor ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [b](./server.rgbcolor.b.md) </td><td> </td><td> number </td><td> </td></tr> <tr><td> [g](./server.rgbcolor.g.md) </td><td> </td><td> number </td><td> </td></tr> <tr><td> [r](./server.rgbcolor.r.md) </td><td> </td><td> number </td><td> </td></tr> </tbody></table>