ITOOL_COLOR_BAR_CRH
Name
ITOOL_COLOR_BAR_CRH
Purpose
This is a function to create a color bar object for use in iTools.
Calling Sequence
bar = ITOOL_COLOR_BAR_CRH(table)
Inputs
table : 24-bit or [256,3] RGB color table.
Output
bar : Color Bar object.
Keywords
RANGE : Range of data values.
MAJOR : The number of major tick marks.
MINOR : The number of minor tick marks.
TITLE : Desired title for color bar.
VERTICAL : If set, color bar is oriented vertically.
LOCATION : A three-element array of desired location in iTool window.
SCALE : A three-element array of scaling factors to apply to the color bar.
Author And History
Cameron R. Homeyer 2008-11-12.