We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b27c1 + 30df0e0 commit 6b8faf3Copy full SHA for 6b8faf3
tutorials/3d/environment_and_post_processing.rst
@@ -710,6 +710,11 @@ There are 2 ways to use glow in 2D:
710
``canvas_item`` shaders, so it's recommend to use it when relevant either
711
way.
712
713
+ Using linear color space also means that alpha blending will change. Sprites
714
+ with low opacity values generally become more visible, and font rendering will
715
+ look bolder due to the low-opacity pixels from the font antialiasing becoming
716
+ more visible. This also affects the editor's own rendering.
717
+
718
.. _doc_environment_and_post_processing_using_glow_to_blur_the_screen:
719
720
Using glow to blur the screen
0 commit comments