XcmsClientWhitePointOfCCC() XcmsClientWhitePointOfCCC()
Name
XcmsClientWhitePointOfCCC - return the client white point associated with the specified Color Conversion Context.
Synopsis
XcmsColor *XcmsClientWhitePointOfCCC(ccc)
XcmsCCC ccc;
ClientWhitePointOfCCC(ccc)
XcmsCCC ccc;
Arguments
ccc Specifies the color conversion context.
Returns
The XcmsColor structure containing the white point. See the XcmsColor reference page.
Availability
Release 5 and later.
Description
XcmsClientWhitePointOfCCC() and the macro ClientWhitePointOfCCC both return the Client White Point of the specified CCC. The Client White
Point attribute of the CCC specifies the white point the client assumes to be associated with color specifications. If different from the
Screen White Point, adjustments are specified by the CCC's white adjustment procedure.
See Also
XcmsCCCOfColormap(), XcmsCreateCCC(), XcmsConvertColors(), XcmsDefaultCCC(), XcmsDisplayOfCCC(), XcmsScreenNumberOfCCC(), XcmsScreenWhite-
PointOfCCC(), XcmsSetCompressionProc(), XcmsSetWhiteAdjustProc(), XcmsSetWhitePoint(), XcmsVisualOfCCC().
Xlib - Device-independent Color XcmsClientWhitePointOfCCC()