append_color_data()
#
Descriptionappend_color_data() is a function that adds onto an existing dataset of custom color prediction data. the dataset parameter must already exist in order to use this function.
#
Syntaxnew_color_data(label, data, dataset)
#
Parameterslabel: String label name that will be used for the filename.
data: List of HSV data samples
dataset: String folder name where the text file will be stored.
#
ReturnsNone