~ubuntu-branches/ubuntu/karmic/libcairo-ruby/karmic

« back to all changes in this revision

Viewing changes to doc/ja/cairo-context-color.html

  • Committer: Bazaar Package Importer
  • Author(s): Paul van Tilburg, Gunnar Wolf, Paul van Tilburg
  • Date: 2009-05-05 12:14:31 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505121431-n803uyjz51je38l0
Tags: 1.8.0-1
[ Gunnar Wolf ]
* Changed section to Ruby as per ftp-masters' request

[ Paul van Tilburg ]
* New upstream release.
* debian/patches:
  - Dropped patch 01_fix-st.h-ruby1.9-paths: fixed by upstream. 
* debian/control:
  - Bumped standards version to 3.8.1; no changes required.
  - Added ${misc:Depends} to the depends of libcairo-ruby (binary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<dt><a name="label-2" id="label-2"><code>set_source_color(<var>color</var>)</code></a></dt><!-- RDLabel: "set_source_color" -->
26
26
<dd>
27
27
ソースの色を<var>color</var>にします。
28
 
<a href="cairo-context.html#label-105">Cairo::Context#set_source_rgba</a>よりも便利です。
 
28
<a href="cairo-context.html#label-106">Cairo::Context#set_source_rgba</a>よりも便利です。
29
29
<ul>
30
30
<li>color: <a href="cairo-color.html#label-3">Cairo::Color.parse</a>でパースできるオブジェ
31
31
       クト</li>