# Color32.Read

```csharp
static Color32 Read(System.IO.BinaryReader reader)
```

Read a color from binary reader.

### Parameters

- `reader` (`System.IO.BinaryReader`): Reader to read from.

### Returns

`Color32`: The read color.

Declared in [Color32](/api/Color32).
Assembly: `Sandbox.System`.
