From 076908bed940adac80ab0a058e8a6d6b2583d84e Mon Sep 17 00:00:00 2001 From: clayjohn Date: Sun, 22 Nov 2020 17:51:31 -0800 Subject: Environment brightness, contrast, saturation restore with color correction. Allow gradients and 2d images. Use shader versions for LUT in tonemap Co-authored-by: alex-poe <3957610+CptPotato@users.noreply.github.com> Co-authored-by: QbieShay Co-authored-by: Clay John --- doc/classes/Environment.xml | 4 ++-- doc/classes/RenderingServer.xml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index 104c149784..c5b6a54f71 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -43,8 +43,8 @@ The global brightness value of the rendered scene. Effective only if [code]adjustment_enabled[/code] is [code]true[/code]. - - Applies the provided [Texture2D] resource to affect the global color aspect of the rendered scene. Effective only if [code]adjustment_enabled[/code] is [code]true[/code]. + + The [Texture2D] or [Texture3D] lookup table (LUT) to use for the built-in post-process color grading. Can use a [GradientTexture] for a 1-dimensional LUT, or a [Texture3D] for a more complex LUT. Effective only if [code]adjustment_enabled[/code] is [code]true[/code]. The global contrast value of the rendered scene (default value is 1). Effective only if [code]adjustment_enabled[/code] is [code]true[/code]. diff --git a/doc/classes/RenderingServer.xml b/doc/classes/RenderingServer.xml index 22a9925d4b..841567ee9f 100644 --- a/doc/classes/RenderingServer.xml +++ b/doc/classes/RenderingServer.xml @@ -608,7 +608,9 @@ - + + + Sets the values to be used with the "Adjustment" post-process effect. See [Environment] for more details. -- cgit v1.2.3