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

« back to all changes in this revision

Viewing changes to doc/docbook/src/plHLS_RGB.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_RGB 3plplot  "June, 2004" "" "PLplot API"
4
 
.SH NAME
5
 
\fBplHLS_RGB\fP - Convert HLS color to RGB 
6
 
.SH SYNOPSIS
7
 
\fBplHLS_RGB\fP(\fIh\fP, \fIl\fP, \fIs\fP, \fIp_r\fP, \fIp_g\fP, \fIp_b\fP)
8
 
.SH DESCRIPTION
9
 
 
10
 
.P
11
 
Convert hls color coordinates to rgb 
12
 
.SH ARGUMENTS
13
 
.TP
14
 
\fIh\fP (PLFLT, input) 
15
 
Hue, in degrees on the colour cone (0.0-360.0) 
16
 
.TP
17
 
\fIl\fP (PLFLT, input) 
18
 
Lightness, expressed as a fraction of the axis of the colour cone (0.0-1.0) 
19
 
.TP
20
 
\fIs\fP (PLFLT, input) 
21
 
Saturation, expressed as a fraction of the radius of the colour cone (0.0-1.0) 
22
 
.TP
23
 
\fIp_r\fP (PLFLT *, output) 
24
 
Pointer to red intensity (0.0-1.0) of the colour 
25
 
.TP
26
 
\fIp_g\fP (PLFLT *, output) 
27
 
Pointer to green intensity (0.0-1.0) of the colour 
28
 
.TP
29
 
\fIp_b\fP (PLFLT *, output) 
30
 
Pointer to blue intensity (0.0-1.0) of the colour 
31
 
 
32
 
.SH AUTHORS
33
 
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot.  This man page
34
 
was automatically generated from the DocBook source of the PLplot
35
 
documentation, maintained by Alan W. Irwin and Rafael Laboissiere.
36
 
.SH SEE ALSO
37
 
PLplot documentation at http://plplot.sf.net/resources.