We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ffca9 commit 875e2f9Copy full SHA for 875e2f9
tutorials/3d/environment_and_post_processing.rst
@@ -705,6 +705,11 @@ There are 2 ways to use glow in 2D:
705
``canvas_item`` shaders, so it's recommend to use it when relevant either
706
way.
707
708
+ using linear color space also means that alpha blending will change. Sprites
709
+ with low opacity values generally become more visible, and font rendering will
710
+ look bolder due to the low-opacity pixels from the font antialiasing becoming
711
+ more visible. This also affects the editor's own rendering.
712
+
713
.. _doc_environment_and_post_processing_using_glow_to_blur_the_screen:
714
715
Using glow to blur the screen
0 commit comments