XcmsSetWhiteAdjustProc

Syntax

XcmsWhiteAdjustProc XcmsSetWhiteAdjustProc(ccc, white_adjust_proc, client_data)
      XcmsCCC ccc;
      XcmsWhiteAdjustProc white_adjust_proc;
      XPointer client_data;

Arguments

ccc Specifies the CCC.
white_adjust_proc Specifies the white point adjustment procedure.
client_data Specifies client data for the white point adjustment procedure or NULL.

Description

The XcmsSetWhiteAdjustProc() function first sets the white point adjustment procedure and client data in the specified CCC with the newly specified procedure and client data and then returns the old procedure.

See also

DisplayOfCCC(), XcmsCCCOfColormap(), XcmsConvertColors(), XcmsCreateCCC(), XcmsDefaultCCC(), "Modifying Attributes of a Color Conversion Context".
Christophe Tronche, [email protected]