bevyengine / bevyengine/bevy

Improve docs on bloom

Open
#14,440 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.