# Color.FromRgba

```csharp
static Color FromRgba(uint rgba)
```

Converts an integer of the form 0xRRGGBBAA into the color #RRGGBBAA.

### Parameters

- `rgba` (`uint`): Integer between 0x00000000 and 0xffffffff representing a color with alpha.

### Returns

`Color`

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
