Sponsored Content
The Lounge What is on Your Mind? I want to be a white-hat hacker! Post 302560703 by gary_w on Friday 30th of September 2011 03:16:46 PM
Old 09-30-2011
I believe you mean "white-hat" hacker. heh
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Certified Ethical Hacker

hello all, first of all i'm not sure this is correct place to post but i could not find a place about certificates and exams so this seemed most appropriate. i'm interested in CEH if it's any good and where to take exams, and any books you can forward me to. i do have one book but it's couple... (3 Replies)
Discussion started by: rookie
3 Replies

2. What is on Your Mind?

Hacker=Knowlegde Qoute

I don't know if anyone has seen this commercial, either on TV or on the internet, but it's an IBM Linux Prodigy commercial. Linux Prodigy 4Gf6hq8J_DQ At around 33 seconds there is a quote about collecting and sharing data. A couple of friends and I watched this and decided to try to create a... (0 Replies)
Discussion started by: Texasone
0 Replies
XcmsSetWhiteAdjustProc()												  XcmsSetWhiteAdjustProc()

Name
  XcmsSetWhiteAdjustProc - change the white point adjustment procedure in a specified Color Conversion Context.

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

Arguments
  ccc	    Specifies the color conversion context.

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

  white_adjust_proc
	    Specifies the white point adjustment procedure.

Returns
  The previous white point adjust procedure.

Availability
  Release 5 and later.

Description
  XcmsSetWhiteAdjustProc() sets a new white point adjustment procedure and client data in the specified CCC, and returns the old procedure.

  White adustment procedures provided with Xlib and intended for use with XcmsSetWhiteAdjustProc() are:

  o  XcmsCIELabWhiteShiftColors  -  Uses  the  CIELAB  color  space  to shift the chromatic character of colors by the chromatic displacement
     between the initial and target white point.  No client data is necessary.

  o  XcmsCIELuvWhiteShiftColors - Uses the CIELUV color space to shift the chromatic  character  of  colors  by  the  chromatic  displacement
     between the initial and target white point.  No client data is necessary.

  o  XcmsTekHVCWhiteShiftColors  -  Uses  the  TekHVC  color  space  to shift the chromatic character of colors by the chromatic displacement
     between the initial and target white point.  No client data is necessary.

See Also
  XcmsCCCOfColormap(),	XcmsCreateCCC(),  XcmsClientWhitePointOfCCC(),	XcmsConvertColors(),  XcmsDefaultCCC(),  XcmsScreenWhitePointOfCCC(),
  XcmsSetCompressionProc(), XcmsSetWhitePoint().

Xlib - Device-independent Color 											  XcmsSetWhiteAdjustProc()
All times are GMT -4. The time now is 01:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy