This manual page is for Mac OS X version 10.6

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.



XcmsConvertColors(3)                           XLIB FUNCTIONS                           XcmsConvertColors(3)



NAME
       XcmsConvertColors - convert CCC color specifications

SYNTAX
       Status XcmsConvertColors(XcmsCCC ccc, XcmsColor colors_in_out[], unsigned int ncolors, XcmsColorFor-mat XcmsColorFormat
              mat target_format, Bool compression_flags_return[]);

ARGUMENTS
       ccc       Specifies the CCC.  If Conversion is between device-independent color spaces only (for
                 example, TekHVC to CIELuv), the CCC is necessary only to specify the Client White Point.

       colors_in_out
                 Specifies an array of color specifications.  Pixel members are ignored and remain unchanged
                 upon return.

       compression_flags_return
                 Returns an array of Boolean values indicating compression status.  If a non-NULL pointer is
                 supplied, each element of the array is set to True if the corresponding color was com-pressed compressed
                 pressed and False otherwise.  Pass NULL if the compression status is not useful.

       ncolors   Specifies the number of XcmsColor structures in the color-specification array.

       target_format
                 Specifies the target color specification format.

DESCRIPTION
       The XcmsConvertColors function converts the color specifications in the specified array of XcmsColor
       structures from their current format to a single target format, using the specified CCC.  When the
       return value is XcmsFailure, the contents of the color specification array are left unchanged.

       The array may contain a mixture of color specification formats (for example, 3 CIE XYZ, 2 CIE Luv,
       and so on).  When the array contains both device-independent and device-dependent color specifica-tions specifications
       tions and the target_format argument specifies a device-dependent format (for example, XcmsRGBiFor-mat, XcmsRGBiFormat,
       mat, XcmsRGBFormat), all specifications are converted to CIE XYZ format and then to the target
       device-dependent format.

SEE ALSO
       DisplayOfCCC(3X11), XcmsCCCOfColormap(3X11), XcmsCreateCCC(3X11), XcmsDefaultCCC(3X11), XcmsSetWhite-Point(3X11) XcmsSetWhitePoint(3X11)
       Point(3X11)
       Xlib - C Language X Interface



X Version 11                                    libX11 1.2.1                            XcmsConvertColors(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.