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

◆ GetStandardValuesSupported() [2/2]

override bool System.Drawing.ColorConverter.GetStandardValuesSupported ( ITypeDescriptorContext? context)
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 150 of file ColorConverter.cs.

151 {
152 return true;
153 }