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

◆ IsNamedColor

bool System.Drawing.Color.IsNamedColor
get

Definition at line 321 of file Color.cs.

322 {
323 get
324 {
325 if ((state & 8) == 0)
326 {
327 return IsKnownColor;
328 }
329 return true;
330 }
331 }
readonly short state
Definition Color.cs:23

Referenced by System.Drawing.ColorTranslator.ToHtml(), and System.Drawing.Color.ToString().