reference/gmagick/gmagickpixel/setcolorvalue.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -15,11 +15,9 @@
15
15
<methodparam><type>float</type><parameter>value</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Sets the value of the specified channel of this object to the provided value, which should be between 0 and 1. This function can be used to provide an opacity channel to a GmagickPixel object.
18
+
Sets the value of the specified channel of this object to the provided value, which should be between 0 and 1.
19
+
This function can be used to provide an opacity channel to a <classname>GmagickPixel</classname> object.
19
20
</para>
20
-

21
-
22
-

23
21
</refsect1>
24
22

25
23
<refsect1 role="parameters">
...
...
@@ -49,7 +47,7 @@
49
47
<refsect1 role="returnvalues">
50
48
&reftitle.returnvalues;
51
49
<para>
52
-
The GmagickPixel object on success.
50
+
The <classname>GmagickPixel</classname> object.
53
51
</para>
54
52
</refsect1>
55
53

56
54