Community ProtoFlux Library/AmasterAmaster/Color/Set String Color: Difference between revisions
From Resonite Wiki
[no summary] |
mNo edit summary |
||
Line 16: | Line 16: | ||
|}} | |}} | ||
The '''Set String Color''' node takes in a [[Type:String|String]] and a [[Type:ColorX|ColorX]] and returns a decorated string that has Rich Text Formatting (RTF) color tags surrounding it. The color this node is using is in a Hex Code format. | The '''Set String Color''' node takes in a [[Type:String|String]] and a [[Type:ColorX|ColorX]] and returns a decorated string that has [[Rich Text Formatting]] (RTF) color tags surrounding it. The color this node is using is in a Hex Code format. | ||
== Inputs == | == Inputs == |
Latest revision as of 16:39, 24 September 2024
Set String Color
Amaster's Color Library
The Set String Color node takes in a String and a ColorX and returns a decorated string that has Rich Text Formatting (RTF) color tags surrounding it. The color this node is using is in a Hex Code format.
Inputs
String (String)
The string to decorate with RTF color tags.
Color (ColorX)
The color to set the Hex Code value to.
Outputs
DecoratedString (String)
Returns the decorated string with the color tags.