This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



XcmsCreateCCC(3)                               XLIB FUNCTIONS                               XcmsCreateCCC(3)



NAME
       XcmsCreateCCC, XcmsFreeCCC - creating and destroying CCCs

SYNTAX
       XcmsCCC XcmsCreateCCC(Display *display, int screen_number, Visual *visual, XcmsColor
              *client_white_point, XcmsCompressionProc compression_proc, XPointer compression_client_data,
              XcmsWhiteAdjustProc white_adjust_proc, XPointer white_adjust_client_data);

       void XcmsFreeCCC(XcmsCCC ccc);

ARGUMENTS
       display   Specifies the connection to the X server.

       ccc       Specifies the CCC.

       client_white_point
                 Specifies the Client White Point.  If NULL is specified, the Client White Point is to be
                 assumed to be the same as the Screen White Point.  Note that the pixel member is ignored.

       compression_client_data
                 Specifies client data for use by the gamut compression procedure or NULL.

       compression_proc
                 Specifies the gamut compression procedure that is to be applied when a color lies outside
                 the screen's color gamut.  If NULL is specified and a function using this CCC must convert
                 a color specification to a device-dependent format and encounters a color that lies outside
                 the screen's color gamut, that function will return XcmsFailure.

       screen_number
                 Specifies the appropriate screen number on the host server.

       visual    Specifies the visual type.

       white_adjust_client_data
                 Specifies client data for use with the white point adjustment procedure or NULL.

       white_adjust_proc
                 Specifies the white adjustment procedure that is to be applied when the Client White Point
                 differs from the Screen White Point.  NULL indicates that no white point adjustment is
                 desired.

DESCRIPTION
       The XcmsCreateCCC function creates a CCC for the specified display, screen, and visual.

       The XcmsFreeCCC function frees the memory used for the specified CCC.  Note that default CCCs and
       those currently associated with colormaps are ignored.

SEE ALSO
       DisplayOfCCC(3X11), XcmsCCCOfColormap(3X11), XcmsConvertColors(3X11), XcmsDefaultCCC(3X11), Xcms-SetWhitePoint(3X11) XcmsSetWhitePoint(3X11)
       SetWhitePoint(3X11)
       Xlib - C Language X Interface



X Version 11                                    libX11 1.2.1                                XcmsCreateCCC(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...