Improve docs on bloom
Open
A-Rendering
C-Docs
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## How can Bevy's documentation be improved?
I was trying to get bloom working and I couldn't understand what I need to do, even after reading the docs and going through the examples.
It looks like bloom needs to use color values higher than 1.0 in `Color::LinearSRGB` space to be enabled?
An easy way is to do something like `Color::from(color.to_linear() * 5.0)`
Contributor guide
Assessment
This issue has not been assessed yet.