XcmsTekHVCQueryMaxVSamples − return the boundaries of the TekHVC gamut for a
given Hue.
Synopsis
Status XcmsTekHVCQueryMaxVSamples(ccc, hue, colors_return, nsamples)
XcmsCCC ccc;
XcmsFloat hue;
XcmsColor colors_return[];
unsigned int nsamples;
Arguments
cccSpecifies the CCC. Note that the CCC’s Client White Point and White Point Adjustment procedures are ignored.
hueSpecifies the Hue at which to find the maximum Chroma/Value samples.
colors_return
Specifies an array of nsamples XcmsColor structures into which the returned color specifications will be stored.
nsamplesSpecifies the number of samples.
Availability
Release 5 and later.
Description
For the specified Hue, XcmsTekHVCQueryMaxVSamples() partitions the legal values of Chroma into nsamples samples, and queries the maximum Value for the Hue and each Chroma sample. The resulting values are stored into the elements of the colors_return array. This function can be used to plot the upper boundary of the TekHVC device gamut for a given Hue.
Structures
The XcmsColor structure and XcmsColorFormat type are shown on the XcmsColor reference page.
See Also
XcmsTekHVCQueryMaxC(), XcmsTekHVCQueryMaxV(),
XcmsTekHVCQueryMaxVC(), XcmsTekHVCQueryMinV().
Copyright O’Reilly & Assoc. —