2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:40:16 +00:00
|
|
|
<!-- $Revision$ -->
|
2012-01-12 05:08:38 +00:00
|
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.color">
|
2007-06-05 02:41:01 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>ImagickDraw::color</refname>
|
|
|
|
<refpurpose>Draws color on image</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2008-01-01 14:55:27 +00:00
|
|
|
<methodsynopsis>
|
2020-12-03 22:28:04 +00:00
|
|
|
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::color</methodname>
|
2008-01-01 14:55:27 +00:00
|
|
|
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
|
|
|
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
|
|
|
<methodparam><type>int</type><parameter>paintMethod</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
2007-06-05 02:41:01 +00:00
|
|
|
&warn.undocumented.func;
|
|
|
|
<para>
|
2007-12-31 19:13:52 +00:00
|
|
|
Draws color on image using the current fill color, starting at specified
|
|
|
|
position, and using specified paint method.
|
2007-06-05 02:41:01 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>x</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
x coordinate of the paint
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>y</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
y coordinate of the paint
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>paintMethod</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
one of the PAINT_ constants
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
2007-11-01 16:40:42 +00:00
|
|
|
&return.void;
|
2007-06-05 02:41:01 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-06-05 02:41:01 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|