C_ADJHSV Name
C_ADJHSV Purpose
Adjust Hue, Saturation, and Value for a given 24-bit color.
Category
Calling Sequence
out = c_adjhsv(in) Inputs
in = Input color. in
Keyword Parameters
Keywords
HUE=off Offset to add to Hue, which is in degrees, 0-360.
SAT=fct Factor to apply to Saturation (clipped to 0-1).
VAL=fct Factor to apply to Value (clipped to 0-1).
Defaults are no change.
Outputs
out = Output color. out Common Blocks
Notes
Modification History
R. Sterner, 2002 Oct 06
Copyright (C) 2002, 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.