<!-- 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

An RGB color. `r`<!-- -->, `g`<!-- -->, and `b` expect a value between 0 and 255.

\*\*Category:\*\* Types

**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>
