~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plhls.3plplot

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" This page was automatically generated.  Do not edit!
2
 
.\" 
3
 
.TH PLHLS 3plplot  "June, 2004" "" "PLplot API"
4
 
.SH NAME
5
 
\fBplhls\fP - Set current color by HLS 
6
 
.SH SYNOPSIS
7
 
\fBplhls\fP(\fIh\fP, \fIl\fP, \fIs\fP)
8
 
.SH DESCRIPTION
9
 
 
10
 
.P
11
 
Set current color by hue, lightness, and saturation. Convert hls color coordinates to rgb, then call plrgb. Do not use this.  Only retained for backward compatibility. Use plHLS_RGB and plscol0 instead. 
12
 
.SH ARGUMENTS
13
 
.TP
14
 
\fIh\fP (PLFLT, input) 
15
 
NEEDS DOCUMENTATION 
16
 
.TP
17
 
\fIl\fP (PLFLT, input) 
18
 
NEEDS DOCUMENTATION 
19
 
.TP
20
 
\fIs\fP (PLFLT, input) 
21
 
NEEDS DOCUMENTATION 
22
 
 
23
 
.SH AUTHORS
24
 
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot.  This man page
25
 
was automatically generated from the DocBook source of the PLplot
26
 
documentation, maintained by Alan W. Irwin and Rafael Laboissiere.
27
 
.SH SEE ALSO
28
 
PLplot documentation at http://plplot.sf.net/resources.