~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to doc/interpreter/HTML/Colors.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-04-28 15:17:35 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090428151735-gm59wmfcmwec3f9e
Tags: 1:3.0.5-3
debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
rebuild' in octave and redirect stdin from /dev/null.  This is just to
help debugging the hang up on the mipsel buildd when installing
octave3.0 for building other packages (Bug#524745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
<h4 class="subsection">15.2.4 Colors</h4>
36
36
 
37
 
<p>Colors may be specified as RGB triplets with values ranging from zero to
 
37
<p><a name="index-graphics-colors-944"></a><a name="index-colors_002c-graphics-945"></a>
 
38
Colors may be specified as RGB triplets with values ranging from zero to
38
39
one, or by name.  Recognized color names include <code>"blue"</code>,
39
40
<code>"black"</code>, <code>"cyan"</code>, <code>"green"</code>, <code>"magenta"</code>,
40
41
<code>"red"</code>, <code>"white"</code>, and <code>"yellow"</code>.