Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsSystemColor

bool System.Drawing.Color.IsSystemColor
get

Definition at line 333 of file Color.cs.

334 {
335 get
336 {
337 if (IsKnownColor)
338 {
340 }
341 return false;
342 }
343 }
static bool IsKnownColorSystem(KnownColor knownColor)
Definition Color.cs:395
readonly short knownColor
Definition Color.cs:21

Referenced by System.Drawing.ColorTranslator.ToHtml(), and System.Drawing.ColorTranslator.ToOle().