# Sandbox.UI.CurveEditor.CurveChannel.Deconstruct

```csharp
void Deconstruct(out string Name, out Color Color, out Curve Value)
```

### Parameters

- `out Name` (`string`)
- `out Color` (`Color`)
- `out Value` (`Curve`)

Declared in [Sandbox.UI.CurveEditor.CurveChannel](/api/Sandbox.UI.CurveEditor.CurveChannel).
Assembly: `Sandbox.Engine`.
