Determines if the color can be converted to a name, that is if it has a name or is a KnownColor.
[Visual Basic] Public ReadOnly Property IsNamedColor As Boolean [C#] public bool IsNamedColor {get;} [C++] public: __property bool get_IsNamedColor(); [JScript] public function get IsNamedColor() : Boolean;