| colord Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
gboolean cd_icc_utils_get_coverage (CdIcc *icc,CdIcc *icc_reference,gdouble *coverage,GError **error);
gboolean cd_icc_utils_get_coverage (CdIcc *icc,CdIcc *icc_reference,gdouble *coverage,GError **error);
Gets the gamut coverage of two profiles where 0.5 would mean the gamut is half the size, and 2.0 would indicate the gamut is twice the size.
|
The profile to test |
|
The reference profile, e.g. sRGB |
|
The coverage of icc on icc_reference
|
|
A GError, or NULL
|
Returns : |
TRUE for success |