Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DisplayOfCCC(3X11)

XcmsCCCofColormap(3X11)

XcmsConvertColors(3X11)

XcmsCreateCCC(3X11)

XcmsDefaultCCC(3X11)

XcmsSetWhitePoint(3X11)  —  X11R5

NAME

XcmsSetWhitePoint, XcmsSetWhiteAdjustProc − modifying CCC attributes

SYNTAX

Status XcmsSetWhitePoint(ccc, color)
      XcmsCCC ccc;
      XcmsColor *color;

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

ARGUMENTS

cccSpecifies the CCC. 

client_dataSpecifies client data for the white point adjustment procedure or NULL. 

colorSpecifies the new Client White Point. 

white_adjust_proc
Specifies the white point adjustment procedure.

DESCRIPTION

The XcmsSetWhitePoint function changes the Client White Point in the specified CCC. Note that the pixel member is ignored and that the color specification is left unchanged upon return. The format for the new white point must be XcmsCIEXYZFormat, XcmsCIEuvYFormat, XcmsCIExyYFormat, or XcmsUndefinedFormat. If color is NULL, this function sets the format component of the Client White Point specification to XcmsUndefinedFormat, indicating that the Client White Point is assumed to be the same as the Screen White Point.

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(3X11), XcmsCCCofColormap(3X11), XcmsConvertColors(3X11), XcmsCreateCCC(3X11), XcmsDefaultCCC(3X11)
Xlib − C Language X Interface

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026