HexColorConverter
Inherits JsonConverter<Color>
Public Member Functions
void
WriteJson(JsonWriter writer, Color value, JsonSerializer serializer)
Color
ReadJson(JsonReader reader, Type objectType, Color existingValue, bool hasExistingValue, JsonSerializer serializer)
Public Static Functions
bool
TryParse(string value, out Color color)
