Color.from_dict# classmethod Color.from_dict(dict_: dict[str, int | float | str]) → Color[source]# Construct from dictionary for JSON deserialization. Parameters: dict_dictDictionary with color channel keys.