Color.getUintRgba
Get the uint rgba representation of the color.
Kind: Function
Environments: Game, Terrain
Game
color:getUintRgba( )
Parameters:
| Name | Type | Description |
|---|---|---|
color |
Color | The color object. |
Returns:
| Type | Description |
|---|---|
| integer | color value. |
Terrain
color:getUintRgba( )
Open the full Terrain reference
Parameters:
| Name | Type | Description |
|---|---|---|
color |
Color | The color object. |
Returns:
| Type | Description |
|---|---|
| integer | color value. |