xtd 0.2.0
Loading...
Searching...
No Matches

◆ is_system_color()

bool xtd::drawing::color::is_system_color ( ) const
noexcept

Gets a value indicating whether this xtd::drawing::color structure is a system color. A system color is a color that is used in a Windows display element. System colors are represented by elements of the xtd::drawing::known_color enumeration.

Returns
bool Returns true if this xtd::drawing::color was created from a system color by using either the xtd::drawing::color::from_name method or the xtd::drawing::color::from_known_color method; otherwise, false.