Exp Colour: Difference between revisions

From Terragen Documentation from Planetside Software
Jump to navigation Jump to search
No edit summary
Redmaw (talk | contribs)
m Fixed typo.
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:IMPORT]]
<div style="float:right; border-style:solid; padding:20px"><categorytree mode=pages hideroot=off>Power</categorytree></div>
='''Exp Colour'''=


[[Image:drex_module_87_image_0.png|485pxpx|Exp Colour]]
__NOTOC__
<!-- imported from file: module_87.html-->


'''Node Description & Purpose: '''<br /> The Exp family of nodes output the exponential value of the '''Input''' value. The exponential value is the mathematical constant ''e'' raised to the power of the '''Input''' value i.e. ''e'' to the power of '''Input'''. ''e'' has a value of approximately 2.7182818.<br /><br /> For colours the calculation is done on a component-wise basis, for example: <br /><br /> Output.red = ''e'' '''to the power of''' Input.red<br /> Output.green = ''e'' '''to the power of''' Input.green<br /> Output.blue = ''e'' '''to the power of''' Input.blue<br /><br />'''Node Type: ''' Function<br /><br />'''Settings: '''<br /> These nodes have no other settings apart from the Input node.
[[File:ExpColour_00_GUI.png|none|470px |Exp Colour]]
 
 
== Overview ==
The Exp family of nodes output the exponential value of the shader or function nodes assigned to the Main input. The exponential value is the mathematical constant e raised to the power of the Input value i.e. e to the power of Input. e has a value of approximately 2.7182818.
 
 
For colours the calculation is done on a component-wise basis, for example:
 
 
Output.red = e '''to the power of''' Input.red <br/n>
Output.green = e '''to the power of''' Input.green <br/n>
Output.blue = e '''to the power of''' Input.blue <br/n>
 
 
These nodes have no other settings apart from the Input node.
 
 
'''Settings:'''
*'''Name:''' This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Exp colour nodes in a project.
*'''Enable:''' When checked, the node is active, and when unchecked the node is ignored.
 
 
<br /n>
 
 
 
[[Category:Power]]

Latest revision as of 20:08, 5 April 2022


Exp Colour
Exp Colour


Overview

The Exp family of nodes output the exponential value of the shader or function nodes assigned to the Main input. The exponential value is the mathematical constant e raised to the power of the Input value i.e. e to the power of Input. e has a value of approximately 2.7182818.


For colours the calculation is done on a component-wise basis, for example:


Output.red = e to the power of Input.red
Output.green = e to the power of Input.green
Output.blue = e to the power of Input.blue


These nodes have no other settings apart from the Input node.


Settings:

  • Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Exp colour nodes in a project.
  • Enable: When checked, the node is active, and when unchecked the node is ignored.