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

« back to all changes in this revision

Viewing changes to bindings/octave/plplot_octave_txt/plhls.txt

  • 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
 
 
2
 
plhls: Set current color by HLS 
3
 
 
4
 
DESCRIPTION:
5
 
 
6
 
    Set current color by hue, lightness, and saturation. Convert hls color
7
 
    coordinates to rgb, then call plrgb. Do not use this.  Only retained
8
 
    for backward compatibility. Use plHLS_RGB and plscol0 instead. 
9
 
 
10
 
SYNOPSIS:
11
 
 
12
 
plhls(h, l, s)
13
 
 
14
 
ARGUMENTS:
15
 
 
16
 
    h (PLFLT, input) :      NEEDS DOCUMENTATION 
17
 
 
18
 
    l (PLFLT, input) :      NEEDS DOCUMENTATION 
19
 
 
20
 
    s (PLFLT, input) :      NEEDS DOCUMENTATION