# Color.Luminance

```csharp
float Luminance { get; set; }
```

Returns the luminance of the color, basically it's grayscale value or "black and white version".

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
