reference/imagick/imagick/sigmoidalcontrastimage.xml
52d113ac0ae010b8229ac7a7e98b837ff2c755b3
...
...
@@ -9,11 +9,11 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::sigmoidalContrastImage</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::sigmoidalContrastImage</methodname>
13
13
<methodparam><type>bool</type><parameter>sharpen</parameter></methodparam>
14
14
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
15
15
<methodparam><type>float</type><parameter>beta</parameter></methodparam>
16
-
<methodparam choice="opt"><type>int</type><parameter>channel</parameter><initializer>Imagick::CHANNEL_ALL</initializer></methodparam>
16
+
<methodparam choice="opt"><type>int</type><parameter>channel</parameter><initializer>Imagick::CHANNEL_DEFAULT</initializer></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
19
Adjusts the contrast of an image with a non-linear sigmoidal contrast
...
...
@@ -25,7 +25,7 @@
25
25
&true; to increase the image contrast otherwise the contrast is reduced.
26
26
</para>
27
27
<para>
28
-
See also <link xlink:href="url.imagemagick.usage.color_mods.sigmoidal">ImageMagick
28
+
See also <link xlink:href="&url.imagemagick.usage.color_mods.sigmoidal;">ImageMagick
29
29
v6 Examples - Image Transformations — Sigmoidal Non-linearity Contrast</link>
30
30
</para>
31
31
</refsect1>
...
...
@@ -77,6 +77,13 @@
77
77
</para>
78
78
</refsect1>
79
79

80
+
<refsect1 role="errors">
81
+
&reftitle.errors;
82
+
<para>
83
+
&imagick.imagick.throws;
84
+
</para>
85
+
</refsect1>
86
+
80
87
<refsect1 role="examples">
81
88
&reftitle.examples;
82
89
<para>
...
...
@@ -106,13 +113,6 @@ function generateBlendImage($width, $height, $contrast = 10, $midpoint = 0.5) {
106
113
</para>
107
114
</refsect1>
108
115

109
-
<refsect1 role="errors">
110
-
&reftitle.errors;
111
-
<para>
112
-
&imagick.imagick.throws;
113
-
</para>
114
-
</refsect1>
115
-

116
116
</refentry>
117
117

118
118
<!-- Keep this comment at the end of the file
119
119