~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpcolor/tmpl/gimpadaptivesupersample.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GimpAdaptiveSupersample
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Functions to perform adaptive supersampling on an area.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
Functions to perform adaptive supersampling on an area.
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### SECTION Stability_Level ##### -->
 
18
 
 
19
 
 
20
<!-- ##### USER_FUNCTION GimpProgressFunc ##### -->
 
21
<para>
 
22
 
 
23
</para>
 
24
 
 
25
@min: 
 
26
@max: 
 
27
@current: 
 
28
@data: 
 
29
 
 
30
 
 
31
<!-- ##### USER_FUNCTION GimpPutPixelFunc ##### -->
 
32
<para>
 
33
 
 
34
</para>
 
35
 
 
36
@x: 
 
37
@y: 
 
38
@color: 
 
39
@data: 
 
40
 
 
41
 
 
42
<!-- ##### USER_FUNCTION GimpRenderFunc ##### -->
 
43
<para>
 
44
 
 
45
</para>
 
46
 
 
47
@x: 
 
48
@y: 
 
49
@color: 
 
50
@data: 
 
51
 
 
52
 
 
53
<!-- ##### FUNCTION gimp_adaptive_supersample_area ##### -->
 
54
<para>
 
55
 
 
56
</para>
 
57
 
 
58
@x1: 
 
59
@y1: 
 
60
@x2: 
 
61
@y2: 
 
62
@max_depth: 
 
63
@threshold: 
 
64
@render_func: 
 
65
@render_data: 
 
66
@put_pixel_func: 
 
67
@put_pixel_data: 
 
68
@progress_func: 
 
69
@progress_data: 
 
70
@Returns: 
 
71
 
 
72