XcmsTekHVCQueryMaxVSamples
Syntax
Status XcmsTekHVCQueryMaxVSamples(ccc, hue, colors_return, nsamples)
XcmsCCC ccc;
XcmsFloat hue;
XcmsColor colors_return[];
unsigned int nsamples;
Arguments
ccc
| Specifies the CCC.
The CCC's Client White Point and white point adjustment procedures
are ignored.
|
hue
| Specifies the Hue for maximum Chroma/Value samples.
|
nsamples
| Specifies the number of samples.
|
colors_return
| Returns nsamples of color specifications in XcmsTekHVC
such that the Chroma is the maximum attainable for the Value and Hue.
The white point associated with the returned
color specification is the Screen White Point.
The value returned in the pixel member is undefined.
|
Description
The
XcmsTekHVCQueryMaxVSamples()
returns nsamples of maximum Value, the Chroma at which that maximum Value
is reached, and the actual Hue for which the maximum Chroma was found.
These sample points may then be used to plot the maximum Value/Chroma
boundary of the screen's color gamut for the specified Hue in TekHVC color
space.
See also
XcmsCIELabQueryMaxC(),
XcmsCIELuvQueryMaxC(),
XcmsQueryBlack(),
XcmsTekHVCQueryMaxC(),
XcmsTekHVCQueryMaxV(),
XcmsTekHVCQueryMaxVC(),
XcmsTekHVCQueryMinV(),
"
TekHVC Queries".
Christophe Tronche, [email protected]