Category:ProtoFlux:Colors: Difference between revisions

Category page
Add missing ColorX links
Added missing nodes to this category. Rearranged to match the node browser in-game. Removed duplicate node links.
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:


{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Black Body Color||
|Apply HDR Gamma ColorX|| Applys a gamma adjustment to the colorX.
|Black Body ColorX||
|Apply HDR Inverse Gamma ColorX|| Applys the inverse of the gamma adjustment to the colorX.
|Color Additive Blend||
|Black Body Color|| Returns the [[Type:color|color]] of a celestial body using a temperature value.
|Color Alpha Blend||
|Black Body ColorX|| Returns the [[Type:colorX|colorX]] of a celestial body using a temperature value.
|Color Additive Blend|| Additively blends 2 colors together, combined into a new color.
|Color Alpha Blend|| Blends between 2 colors.
|Color From Hex Code|| Makes a color from a hex code formatted "#FFFFFFFF".
|Color From Hex Code|| Makes a color from a hex code formatted "#FFFFFFFF".
|Color Hue|| 0 to 1 value of the hue (Rainbow) of a color.
|Color Hue|| 0 to 1 value of the hue (Rainbow) of a color.
|Color Luminance|| the luminance of a color.
|Color Luminance|| the luminance of a color.
|Color Multiplicative Blend||
|Color Multiplicative Blend|| Multiplicatively blends 2 colors together, combined into a new color.
|Color Soft Additive Blend||
|Color Soft Additive Blend|| Additively blends 2 colors together (softly), combined into a new color.
|Color To Hex Code|| Converts a color to a hex code formatted "#FFFFFFFF".
|Color To Hex Code|| Converts a color to a hex code formatted "#FFFFFFFF".
|Color To HSL|| Converts a color to Hue, Saturation, and Luminance float values.
|Color To HSL|| Converts a color to Hue, Saturation, and Lightness float values.
|Color To HSV|| Converts a color to Hue, Saturation, and Value float values.
|Color To HSV|| Converts a color to Hue, Saturation, and Value float values.
|ColorX Additive Blend||
|ColorX Additive Blend|| Additively blends 2 colors together, combined into a new color.
|ColorX Alpha Blend||
|ColorX Alpha Blend|| Blends between 2 colors.
|ColorX From Hex Code|| Makes a ColorX from a hex code formatted "#FFFFFFFF".
|ColorX From Hex Code|| Makes a ColorX from a hex code formatted "#FFFFFFFF".
|ColorX Hue|| 0 to 1 value of the hue (Rainbow) of a color.
|ColorX Hue|| 0 to 1 value of the hue (Rainbow) of a color.
|ColorX Luminance|| the luminance of a color.
|ColorX Luminance|| the luminance of a color.
|ColorX To HSL|| Converts a ColorX to Hue, Saturation, and Luminance float values.
|ColorX Multiplicative Blend|| Multiplicatively blends 2 colors together, combined into a new color.
|ColorX Soft Additive Blend|| Additively blends 2 colors together (softly), combined into a new color.
|ColorX To Hex Code|| Converts a color to a hex code formatted "#FFFFFFFF".
|ColorX To HSL|| Converts a ColorX to Hue, Saturation, and Lightness float values.
|ColorX To HSV|| Converts a ColorX to Hue, Saturation, and Value float values.
|ColorX To HSV|| Converts a ColorX to Hue, Saturation, and Value float values.
|ColorX Multiplicative Blend||
|ColorX Soft Additive Blend||
|ColorX To Hex Code|| Converts a color to a hex code formatted "#FFFFFFFF".
|ColorX To HSL|| Converts a color to Hue, Saturation, and Luminance float values.
|ColorX To HSV|| Converts a color to Hue, Saturation, and Value float values.
|Convert Color Profile||Converts a [[Type:ColorX|ColorX]] to another [[Type:ColorProfile|ColorProfile]].
|Convert Color Profile||Converts a [[Type:ColorX|ColorX]] to another [[Type:ColorProfile|ColorProfile]].
|HSL To Color|| Converts Hue, Saturation, and Luminance float values to a Color.
|HSL To Color|| Converts Hue, Saturation, and Lightness float values to a Color.
|HSL To ColorX|| Converts Hue, Saturation, and Luminance float values to a ColorX with a provided Profile.
|HSL To ColorX|| Converts Hue, Saturation, and Lightness float values to a ColorX with a provided Profile.
|HSV To Color|| Converts Hue, Saturation, and Value float values to a Color.
|HSV To Color|| Converts Hue, Saturation, and Value float values to a Color.
|HSV To ColorX|| Converts Hue, Saturation, and Value float values to a ColorX with a provided Profile.
|HSV To ColorX|| Converts Hue, Saturation, and Value float values to a ColorX with a provided Profile.
|Invert Color|| Inverts a Color Mathematically (White -> Black, Green -> Magenta)
|Invert Color|| Inverts a Color Mathematically (White -> Black, Green -> Magenta)
|Invert ColorX|| Inverts a ColorX Mathematically (White -> Black, Green -> Magenta)
|Invert ColorX|| Inverts a ColorX Mathematically (White -> Black, Green -> Magenta)
|Wavelength Color|| Takes in a [[Type:float|float]] value (in nanometers) and converts it into a color.
|Wavelength ColorX|| Takes in a [[Type:float|float]] value (in nanometers) and converts it into a colorX.
}}
}}
[[Category:ProtoFlux]]
[[Category:ProtoFlux]]

Latest revision as of 21:34, 24 July 2024

Subcategories
Category Summary
Channels Math operations on channels and profiles like writing to channels and performing math on them.
Packing Packing values in/out of Color or ColorX
Nodes
Node Name Description
Apply HDR Gamma ColorX Applys a gamma adjustment to the colorX.
Apply HDR Inverse Gamma ColorX Applys the inverse of the gamma adjustment to the colorX.
Black Body Color Returns the color of a celestial body using a temperature value.
Black Body ColorX Returns the colorX of a celestial body using a temperature value.
Color Additive Blend Additively blends 2 colors together, combined into a new color.
Color Alpha Blend Blends between 2 colors.
Color From Hex Code Makes a color from a hex code formatted "#FFFFFFFF".
Color Hue 0 to 1 value of the hue (Rainbow) of a color.
Color Luminance the luminance of a color.
Color Multiplicative Blend Multiplicatively blends 2 colors together, combined into a new color.
Color Soft Additive Blend Additively blends 2 colors together (softly), combined into a new color.
Color To Hex Code Converts a color to a hex code formatted "#FFFFFFFF".
Color To HSL Converts a color to Hue, Saturation, and Lightness float values.
Color To HSV Converts a color to Hue, Saturation, and Value float values.
ColorX Additive Blend Additively blends 2 colors together, combined into a new color.
ColorX Alpha Blend Blends between 2 colors.
ColorX From Hex Code Makes a ColorX from a hex code formatted "#FFFFFFFF".
ColorX Hue 0 to 1 value of the hue (Rainbow) of a color.
ColorX Luminance the luminance of a color.
ColorX Multiplicative Blend Multiplicatively blends 2 colors together, combined into a new color.
ColorX Soft Additive Blend Additively blends 2 colors together (softly), combined into a new color.
ColorX To Hex Code Converts a color to a hex code formatted "#FFFFFFFF".
ColorX To HSL Converts a ColorX to Hue, Saturation, and Lightness float values.
ColorX To HSV Converts a ColorX to Hue, Saturation, and Value float values.
Convert Color Profile Converts a ColorX to another ColorProfile.
HSL To Color Converts Hue, Saturation, and Lightness float values to a Color.
HSL To ColorX Converts Hue, Saturation, and Lightness float values to a ColorX with a provided Profile.
HSV To Color Converts Hue, Saturation, and Value float values to a Color.
HSV To ColorX Converts Hue, Saturation, and Value float values to a ColorX with a provided Profile.
Invert Color Inverts a Color Mathematically (White -> Black, Green -> Magenta)
Invert ColorX Inverts a ColorX Mathematically (White -> Black, Green -> Magenta)
Wavelength Color Takes in a float value (in nanometers) and converts it into a color.
Wavelength ColorX Takes in a float value (in nanometers) and converts it into a colorX.