Contains all of the nominal system commands.
- Copyright:
- Copyright © 2022-… by Seth Hollingsead. All rights reserved
- Source:
Requires
Methods
(inner) convertColors(inputData, inputMetaData) → {array.<boolean, (string|integer|boolean|object|array)>}
Converts all of the color hexadecimal values into RGB color values.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Not used for this command. |
inputMetaData |
string | Not used for this command. |
Returns:
An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output.
- Type
- array.<boolean, (string|integer|boolean|object|array)>