Method of ISettings
Get color value by name or hex value
var pColor = Settings.GetColor(Value);
==== Visual Basic Script ====
pColor = Settings.GetColor Value
==== C++ ====
OLE_COLOR Color; HRESULT hr = Settings.GetColor(Value, &Color);
===== See Also ===== ISettings