# Color.ComponentCountChangedBetweenColors

```csharp
int ComponentCountChangedBetweenColors(Color b)
```

Returns how many color components would be changed between this color and another color

### Parameters

- `b` (`Color`)

### Returns

`int`

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
