Gets or sets a color of the quality meter element which corresponds to the recommended print format.
$au.uploader({ paneItem : { qualityMeter: { //...other params... highQualityColor: "#5bc529", //...other params... } } })
Type: String
The color of the quality meter element which corresponds to the recommended print format.
The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).
Default value is "#5bc529".
If the image is printed in this format, the quality will be high (i.e. the printing machine will print it with high resolution).