1xcb_randr_set_crtc_gamma(3)      XCB Requests      xcb_randr_set_crtc_gamma(3)
2
3
4

NAME

6       xcb_randr_set_crtc_gamma -
7

SYNOPSIS

9       #include <xcb/randr.h>
10
11   Request function
12       xcb_void_cookie_t xcb_randr_set_crtc_gamma(xcb_connection_t *conn,
13              xcb_randr_crtc_t crtc, uint16_t size, const uint16_t *red, const
14              uint16_t *green, const uint16_t *blue);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       crtc      TODO: NOT YET DOCUMENTED.
20
21       size      TODO: NOT YET DOCUMENTED.
22
23       red       TODO: NOT YET DOCUMENTED.
24
25       green     TODO: NOT YET DOCUMENTED.
26
27       blue      TODO: NOT YET DOCUMENTED.
28

DESCRIPTION

RETURN VALUE

31       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
32       event loop.
33
34       If you want to handle errors directly with xcb_request_check instead,
35       use xcb_randr_set_crtc_gamma_checked. See xcb-requests(3) for details.
36

ERRORS

38       This request does never generate any errors.
39

SEE ALSO

AUTHOR

42       Generated from randr.xml. Contact xcb@lists.freedesktop.org for correcā€
43       tions and improvements.
44
45
46
47X Version 11                      libxcb 1.13      xcb_randr_set_crtc_gamma(3)
Impressum