Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xcmssetwhiteadjustproc(3) [debian man page]

XcmsSetWhitePoint(3)						  XLIB FUNCTIONS					      XcmsSetWhitePoint(3)

NAME
XcmsSetWhitePoint, XcmsSetWhiteAdjustProc - modifying CCC attributes SYNTAX
Status XcmsSetWhitePoint(XcmsCCC ccc, XcmsColor *color); XcmsWhiteAdjustProc XcmsSetWhiteAdjustProc(XcmsCCC ccc, XcmsWhiteAdjustProc white_adjust_proc, XPointer client_data); ARGUMENTS
ccc Specifies the CCC. client_data Specifies client data for the white point adjustment procedure or NULL. color Specifies 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, Xcm- sCIExyYFormat, or XcmsUndefinedFormat. If the color argument 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. This function returns nonzero status if the format for the new white point is valid; otherwise, it returns zero. 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(3), XcmsCCCOfColormap(3), XcmsConvertColors(3), XcmsCreateCCC(3), XcmsDefaultCCC(3) Xlib - C Language X Interface X Version 11 libX11 1.5.0 XcmsSetWhitePoint(3)

Check Out this Related Man Page

XcmsSetWhitePoint(3)						  XLIB FUNCTIONS					      XcmsSetWhitePoint(3)

NAME
XcmsSetWhitePoint, XcmsSetWhiteAdjustProc - modifying CCC attributes SYNTAX
Status XcmsSetWhitePoint(XcmsCCC ccc, XcmsColor *color); XcmsWhiteAdjustProc XcmsSetWhiteAdjustProc(XcmsCCC ccc, XcmsWhiteAdjustProc white_adjust_proc, XPointer client_data); ARGUMENTS
ccc Specifies the CCC. client_data Specifies client data for the white point adjustment procedure or NULL. color Specifies 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, Xcm- sCIExyYFormat, or XcmsUndefinedFormat. If the color argument 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. This function returns nonzero status if the format for the new white point is valid; otherwise, it returns zero. 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(3), XcmsCCCOfColormap(3), XcmsConvertColors(3), XcmsCreateCCC(3), XcmsDefaultCCC(3) Xlib - C Language X Interface X Version 11 libX11 1.3.2 XcmsSetWhitePoint(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Padding With White Space Between Variables

Dear Users, How do we pad with white space of particular length between two variables. For Example: Suppose i define the variables as follows: a='toyota' b='camry' c='honda' d='accord' e=`echo "$a"'\n'"$b"` f=`echo "$c"'\n'"$d"` If i do an echo on variables e and f i get :... (1 Reply)
Discussion started by: sandeep_1105
1 Replies

2. UNIX for Dummies Questions & Answers

SED with White Space

Dear Members, Suppose i have a variable test which stores a string as below: test='John drives+++++++++a+++++car' now i want to use sed on the above variable and replace + with a white space, so that i get echo $test should give me 'john drives a car' Between... (1 Reply)
Discussion started by: sandeep_1105
1 Replies

3. Web Development

White labelling

I am looking to whitelist a corporate financial website to brokers who can re-sell our products. A commonly cited approach is to clone the codebase and sub-domain it for each client which will allow for their own media assets and any bespoke programming. The big downside here is maintaining... (1 Reply)
Discussion started by: steve matthews
1 Replies