# Color32.FromRgba

```csharp
static Color32 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

`Color32`

Declared in [Color32](/api/Color32).
Assembly: `Sandbox.System`.
