TVHUE Name
TVHUE Purpose
Display given 2-d array as specified hue in current image.
Category
Calling Sequence
tvhue, arr Inputs
arr = 2-d array to display. in
Keyword Parameters
Keywords
HUE=h Hue for array arr (def=0).
/SCALE scale image (all components together) to 0-255.
/CSCALE scale each color component to 0-255.
/CLIP clip each color component to 255 before /scale.
WT=wt Weight array arr before using (def=1).
Outputs
Common Blocks
Notes
Notes: /CSCALE overrides /CLIP. /CLIP when used with
WT=wt may give the most expected results.
This is somewhat like using the channel keyword in the
TV command but a bit more general.
Modification History
R. Sterner, 2008 Jun 26
Copyright (C) 2008, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.