scripting:api:settings:get-color

GetColor

Method of ISettings

Get color value by name or hex value

var pColor = Settings.GetColor(Value);
pColor = Settings.GetColor Value
OLE_COLOR Color;
HRESULT hr = Settings.GetColor(Value, &Color);