XcmsCreateCCC
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
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(3),
XcmsCCCOfColormap(3), XcmsConvertColors(3),
XcmsDefaultCCC(3), XcmsSetWhitePoint(3)
Xlib − C Language X Interface
More Linux Commands
manpages/XvStopVideo.3.html
XvStopVideo(3) - stop active video - Linux manual page......
XvStopVideo(3) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video in a different drawable
manpages/setctsid.8.html
setctsid(8) - run a program in a new session and tty........
setctsid runs a program in a new session with a new controlling terminal /dev/<tty>. The -f option causes setctsid to run the program in a new process. SEE ALSO
manpages/gnutls_pkcs12_bag_encrypt.3.html
gnutls_pkcs12_bag_encrypt(3) - API function - Linux man page
This function will encrypt the given bag. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error code is returned. REPORTING BUGS Repo
manpages/grub2-mklayout.1.html
grub2-mklayout(1) generate a GRUB keyboard layout file......
grub-mklayout processes a keyboard layout description in keymaps(5) format into a format that can be used by GRUBs keymap command. Generate GRUB keyboard layout
manpages/XtStringConversionWarning.3.html
XtStringConversionWarning(3) - issue a conversion warning me
The XtStringConversionWarning function issues a warning message with name conversionError, type string, class XtToolkitError, and the default message string Can
manpages/xml_grep.1.html
xml_grep(1) grep XML files looking for specific elements....
xml_grep does a grep on XML files. Instead of using regular expressions it uses XPath expressions (in fact the subset of XPath supported by XML::Twig) the resul
manpages/ntfscmp.8.html
ntfscmp(8) - compare two NTFS filesystems and tell the diffe
The ntfscmp program makes a comparison between two NTFS filesystems from all aspects and reports all variances it finds. The filesystems can be on block devices
manpages/gtk-launch.1.html
gtk-launch(1) Launch an application - Linux manual page.....
gtk-launch launches an application using the given name. The application is started with proper startup notification on a default display, unless specified othe
manpages/gnutls_openpgp_privkey_get_subkey_count.3.html
gnutls_openpgp_privkey_get_subkey_count(3) - API function...
gnutls_openpgp_privkey_get_subkey_count.3 - This function will return the number of subkeys present in the given OpenPGP certificate. RETURNS the number of subk
manpages/glDrawElements.3gl.html
glDrawElements(3gl) - render primitives from array data.....
glDrawElements specifies multiple geometric primitives with very few subroutine calls. Instead of calling a GL function to pass each individual vertex, normal,
manpages/XDGACloseFramebuffer.3.html
XDGACloseFramebuffer(3) - Client library for the XFree86-DGA
The XFree86-DGA extension is an X server extension for allowing client programs direct access to the video frame buffer. This is a brief description of the prog
manpages/XAllocColorPlanes.3.html
XAllocColorPlanes(3) - allocate and free colors (Man Page)
The XAllocColor function allocates a read-only colormap entry corresponding to the closest RGB value supported by the hardware. XAllocColor returns the pixel va
