Skip to main content

Player::getRgbColour

Syntax

```js player.getRgbColour(r, g, b); ```

Required Arguments

  • r: int
  • g: int
  • b: int

Return value

  • object: r, g, b

Example

```js // todo ```

See also