## dim()


Reduce brightness by half.


Usage


``` python
dim(brightness)
```


## Parameters


`brightness: float`  
The current brightness level.


## Returns


`float`  
The dimmed brightness level.


## Examples

``` python
>>> dim(1.0)
```

0.5
