-
Notifications
You must be signed in to change notification settings - Fork 92
Utils Random Nodes
Akatsuzi edited this page Jan 17, 2024
·
5 revisions
Generates up to four random hex colors.
Can be used with any hex color widget.
parameter | description | type | arguments |
---|---|---|---|
seed | the seed. | INT | default: 0, min: 0, max: 0xffffffffffffffff |
Generates up to four random RGB strings (e.g. 93,201,160).
parameter | description | type | arguments |
---|---|---|---|
seed | the seed. | INT | default: 0, min: 0, max: 0xffffffffffffffff |
parameter | description | type | arguments |
---|---|---|---|
seed | the seed. | INT | default: 0, min: 0, max: 0xffffffffffffffff |
value_type | the type value to use for the seed. | COMBO |
binary decimal natural hexadecimal alphabetic alphanumeric
|
rows | number of rows. | INT | default: 5, min: 1, max: 2048 |
string_length | the length of strings. | INT | default: 5, min: 1, max: 2048 |
Demo Workflow (right click to save from link)
CR_Random_Multiline_Values_demo1.json
Demo Workflow (right click to save from link)
CR_Random_Multiline_Colors_demo1.json
This node is designed to work with Image Generate Gradient from WAS nodes.
parameter | description | type | arguments |
---|---|---|---|
seed | the seed value. | INT | default: 0, min: 0, max: 0xffffffffffffffff |
rows | number of rows. | INT | default: 5, min: 1, max: 2048 |
Demo Workflow (right click to save from link)
CR_Random_RGB_Gradient_demo1.json
For generating random panel codes to be used in the custom_panel_layout parameter on CR Comic Panel Templates.
Demo Workflow (right click to save from link)