This documentation is for the old version. Go to the latest Upload Suite docs

QualityMeter.AcceptableQualityColor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a color of the quality meter element which corresponds to the maximum acceptable print format

Syntax

PHP
public function getAcceptableQualityColor() {
}

public function setAcceptableQualityColor($value) {
}

Property Value

Type: string

The color of the quality meter element for acceptable print formats.

The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).

Default value is "#ffc600".

Remarks

The quality of the print in this format will be good enough, but worse than for allowed print formats specified with the HighQualityColor.

See Also

Reference