summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml
blob: 1e220401718f8c538c81513e5ecd4b7fc544b781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!-- ##### SECTION Title ##### -->
XlibRGB

<!-- ##### SECTION Short_Description ##### -->
Rendering RGB buffers to X drawables.

<!-- ##### SECTION Long_Description ##### -->
  <para>
    The XlibRGB set of functions is a port of the #GdkRGB library to
    use plain Xlib and X drawables.  You can use these functions to
    render RGB buffers into drawables very quickly with high-quality
    dithering.
  </para>

<!-- ##### SECTION See_Also ##### -->
  <para>
    GdkRGB
  </para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT XlibRgbCmap ##### -->
  <para>
    FIXME: Describe this.
  </para>

@colors: FIXME.
@lut: FIXME.

<!-- ##### ENUM XlibRgbDither ##### -->
  <para>
    These values are used to specify which dithering method should be
    used.  <symbol>XLIB_RGB_DITHER_NONE</symbol> will use no dithering
    and simply map the colors in an RGB buffer to the closest colors
    that the display can provide.
    <symbol>XLIB_RGB_DITHER_NORMAL</symbol> will provide dithering
    only on pseudocolor displays.
    <symbol>XLIB_RGB_DITHER_MAX</symbol> will provide dithering on
    pseudocolor and 16-bit truecolor or &ldquo;high color&rdquo;
    displays.
  </para>

@XLIB_RGB_DITHER_NONE: Specifies no dithering.
@XLIB_RGB_DITHER_NORMAL: Specifies dithering only on pseudocolor
displays.
@XLIB_RGB_DITHER_MAX: Specifies dithering on high color displays.

<!-- ##### FUNCTION xlib_rgb_init ##### -->
<para>

</para>

@display: 
@screen: 


<!-- ##### FUNCTION xlib_rgb_init_with_depth ##### -->
<para>

</para>

@display: 
@screen: 
@prefDepth: 


<!-- ##### FUNCTION xlib_rgb_xpixel_from_rgb ##### -->
<para>

</para>

@rgb: 
@Returns: 


<!-- ##### FUNCTION xlib_rgb_gc_set_foreground ##### -->
<para>

</para>

@gc: 
@rgb: 


<!-- ##### FUNCTION xlib_rgb_gc_set_background ##### -->
<para>

</para>

@gc: 
@rgb: 


<!-- ##### FUNCTION xlib_draw_rgb_image ##### -->
<para>

</para>

@drawable: 
@gc: 
@x: 
@y: 
@width: 
@height: 
@dith: 
@rgb_buf: 
@rowstride: 


<!-- ##### FUNCTION xlib_draw_rgb_image_dithalign ##### -->
<para>

</para>

@drawable: 
@gc: 
@x: 
@y: 
@width: 
@height: 
@dith: 
@rgb_buf: 
@rowstride: 
@xdith: 
@ydith: 


<!-- ##### FUNCTION xlib_draw_rgb_32_image ##### -->
<para>

</para>

@drawable: 
@gc: 
@x: 
@y: 
@width: 
@height: 
@dith: 
@buf: 
@rowstride: 


<!-- ##### FUNCTION xlib_draw_gray_image ##### -->
<para>

</para>

@drawable: 
@gc: 
@x: 
@y: 
@width: 
@height: 
@dith: 
@buf: 
@rowstride: 


<!-- ##### FUNCTION xlib_rgb_cmap_new ##### -->
<para>

</para>

@colors: 
@n_colors: 
@Returns: 


<!-- ##### FUNCTION xlib_rgb_cmap_free ##### -->
<para>

</para>

@cmap: 


<!-- ##### FUNCTION xlib_draw_indexed_image ##### -->
<para>

</para>

@drawable: 
@gc: 
@x: 
@y: 
@width: 
@height: 
@dith: 
@buf: 
@rowstride: 
@cmap: 


<!-- ##### FUNCTION xlib_rgb_ditherable ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION xlib_rgb_set_verbose ##### -->
<para>

</para>

@verbose: 


<!-- ##### FUNCTION xlib_rgb_set_install ##### -->
<para>

</para>

@install: 


<!-- ##### FUNCTION xlib_rgb_set_min_colors ##### -->
<para>

</para>

@min_colors: 


<!-- ##### FUNCTION xlib_rgb_get_cmap ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION xlib_rgb_get_visual ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION xlib_rgb_get_visual_info ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION xlib_rgb_get_depth ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION xlib_rgb_get_display ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION xlib_rgb_get_screen ##### -->
<para>

</para>

@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->