## bright_func()


Apply a bright transformation to the input.


Usage


``` python
bright_func(x)
```


## Parameters


`x: int`  
The input integer value.


## Returns


`int`  
The transformed value.
