## light_func()


Apply a light transformation to the input.


Usage


``` python
light_func(x)
```


## Parameters


`x: int`  
The input integer value.


## Returns


`int`  
The transformed value.
