mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added version information and param description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275887 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8669e4181c
commit
7e91153a02
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-shadeimage">
|
||||
<refnamediv>
|
||||
<refname>Imagick::shadeImage</refname>
|
||||
|
@ -14,12 +14,13 @@
|
|||
<methodparam><type>float</type><parameter>azimuth</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>elevation</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
Shines a distant light on an image to create a three-dimensional effect.
|
||||
You control the positioning of the light with azimuth and elevation;
|
||||
azimuth is measured in degrees off the x axis and elevation is measured
|
||||
in pixels above the Z axis.
|
||||
&imagick.method.available.0x629;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -31,6 +32,7 @@
|
|||
<term><parameter>gray</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A value other than zero shades the intensity of each pixel.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -38,6 +40,7 @@
|
|||
<term><parameter>azimuth</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defines the light source direction.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -45,6 +48,7 @@
|
|||
<term><parameter>elevation</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defines the light source direction.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue