Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

NAME

XcmsDefaultCCC − get the default Color Conversion Context (CCC) for a screen. 

Synopsis

XcmsCCC XcmsDefaultCCC(display, screen_number)

    Display *display;
    int screen_number;

Arguments

displaySpecifies the connection to the X server. 

screen_number
Specifies the screen number.

Availability

Release 5 and later. 

Description

XcmsDefaultCCC() returns the default CCC for the specified screen.  Xcms creates and associates a special CCC to each Screen before any other CCCs are created.  This special per-Screen CCC is called a default CCC.  At creation, per-Screen information like the device color characterization data (device profile) is obtained (refer to the ICCCM).  Subsequent CCCs created for this Screen will use its device characterization data.  In addition, CCC attributes (e.g., Client White Point) not explicitly specified in XcmsCreateCCC() default to the values in the Screen’s default CCC. 

See Also

XcmsCCCOfColormap(), XcmsCreateCCC(), XcmsClientWhitePointOfCCC(), XcmsConvertColors(), XcmsDisplayOfCCC(), XcmsFreeCCC(), XcmsScreenNumberOfCCC(), XcmsScreenWhitePointOfCCC(), XcmsSetCCCOfColormap(), XcmsSetCompressionProc(), XcmsSetWhiteAdjustProc(), XcmsSetWhitePoint(), XcmsVisualOfCCC(). 

Copyright O’Reilly & Assoc.  —  

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