# Color32.Min

```csharp
static Color32 Min(Color32 a, Color32 b)
```

Returns a new color with each component being the minimum of the 2 given colors.

### Parameters

- `a` (`Color32`): Color A
- `b` (`Color32`): Color B

### Returns

`Color32`: The new color with minimum values.

Declared in [Color32](/api/Color32).
Assembly: `Sandbox.System`.
