Module: auxiliary

Contains all of the nominal system commands.

Author:
  • Seth Hollingsead
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.

Author:
  • Seth Hollingsead
Source:
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)>