Difference between revisions of "Get Final Colour"

From Terragen Documentation from Planetside Software
Jump to: navigation, search
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:IMPORT]]
+
[[Image:drex_module_30_image_0.png|485pxpx|Get Final Colour]]
='''Get Final Colour'''=
+
 
 +
Provides the "Final Colour" of the current [[Render State]]. The [[Render State]] is affected by any shaders which were called before this function is called, among other things.
  
[[Image:drex_module_30_image_0.png|485pxpx|Get Final Colour]]
+
The input connection is not used by this node (consistent with all [[:Get|Get nodes]]).
  
Provides the Final Colour of the input node as its output.
+
Final Colour is the sum of all additive components of the appearance of a surface being rendered, after lighting contributions. Although it is defined to include atmosphere contributions if they have been applied, in practice [[Get Final Colour]] will always provide the colour of the surface prior to atmosphere. Future changes to the renderer may expose contexts where functions can be used after atmosphere.
  
__NOTOC__
 
 
<!-- imported from file: module_30.html-->
 
<!-- imported from file: module_30.html-->
 +
 +
[[Category:Get]]

Revision as of 01:55, 7 October 2018

Get Final Colour

Provides the "Final Colour" of the current Render State. The Render State is affected by any shaders which were called before this function is called, among other things.

The input connection is not used by this node (consistent with all Get nodes).

Final Colour is the sum of all additive components of the appearance of a surface being rendered, after lighting contributions. Although it is defined to include atmosphere contributions if they have been applied, in practice Get Final Colour will always provide the colour of the surface prior to atmosphere. Future changes to the renderer may expose contexts where functions can be used after atmosphere.