# Sandbox.UI.CurveEditor.CurveChannel.CurveChannel

```csharp
CurveChannel(string Name, Color Color, Curve Value)
```

A named curve and its display colour. Curves keep their own time/value units.

### Parameters

- `Name` (`string`)
- `Color` (`Color`)
- `Value` (`Curve`)

Declared in [Sandbox.UI.CurveEditor.CurveChannel](/api/Sandbox.UI.CurveEditor.CurveChannel).
Assembly: `Sandbox.Engine`.
