mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +01:00
fix: SEO-1 (#29)
This commit is contained in:
41
nodes/data/color/README.md
Normal file
41
nodes/data/color/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
title: Color
|
||||
---
|
||||
|
||||
<##head##>
|
||||
|
||||
# Color
|
||||
|
||||
This node holds a <span className="ndl-data">color</span> value.
|
||||
|
||||
<div className="ndl-image-with-background l">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
The <span className="ndl-data">color</span> value can either be static or dynamic using the <span className="ndl-data">Value</span> and <span className="ndl-signal">Set</span> inputs.
|
||||
|
||||
<##head##>
|
||||
|
||||
## Inputs
|
||||
|
||||
| Data | Description |
|
||||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <span className="ndl-data">Value</span> | The value to store in the node. The output value will equal this value, unless _Set_ is connected, then the value will be updated when a signal is received at the _Set_ input. |
|
||||
|
||||
| Signal | Description |
|
||||
| --------------------------------------- | ---------------------------------------------------------------------- |
|
||||
| <span className="ndl-signal">Set</span> | This is used to only update the output when a signal is sent to _Set_. |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Data | Description |
|
||||
| --------------------------------------- | ---------------------------- |
|
||||
| <span className="ndl-data">Value</span> | The color stored in the node |
|
||||
|
||||
| Signal | Description |
|
||||
| ------------------------------------------ | -------------------------------------------------------------------------------------------------- |
|
||||
| <span className="ndl-signal">Stored</span> | This port sends a signal when the value is updated as a result of the _Set_ signal being received. |
|
||||
Reference in New Issue
Block a user