reference/gmagick/gmagick/levelimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -24,9 +24,6 @@
24
24
specifies the lightest color in the image. Colors brighter than the white point are set to the
25
25
maximum quantum value.
26
26
</para>
27
-

28
-
29
-

30
27
</refsect1>
31
28

32
29
<refsect1 role="parameters">
...
...
@@ -37,7 +34,7 @@
37
34
<term><parameter>blackPoint</parameter></term>
38
35
<listitem>
39
36
<para>
40
-
The image black point
37
+
The image black point.
41
38
</para>
42
39
</listitem>
43
40
</varlistentry>
...
...
@@ -45,7 +42,7 @@
45
42
<term><parameter>gamma</parameter></term>
46
43
<listitem>
47
44
<para>
48
-
The gamma value
45
+
The gamma value.
49
46
</para>
50
47
</listitem>
51
48
</varlistentry>
...
...
@@ -53,7 +50,7 @@
53
50
<term><parameter>whitePoint</parameter></term>
54
51
<listitem>
55
52
<para>
56
-
The image white point
53
+
The image white point.
57
54
</para>
58
55
</listitem>
59
56
</varlistentry>
...
...
@@ -75,7 +72,7 @@ To apply to more than one channel, combine channeltype constants using bitwise
75
72
<refsect1 role="returnvalues">
76
73
&reftitle.returnvalues;
77
74
<para>
78
-
Gmagick object with image levelled.
75
+
<classname>Gmagick</classname> object with image leveled.
79
76
</para>
80
77
</refsect1>
81
78
<refsect1 role="errors">
82
79