Sets the color used to display the text at the current input position as a CSS color string.

<void> InputFormat.setTextColor(<String> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
value The CSS color string.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.