Reference Guide > Graphics and Plotting Keywords > Col_Index Keyword
  

Col_Index Keyword
Specifies an array containing the color indices to be used in the plot. Element i of this array contains the color of contour level number i – 1. Element 0 contains the background color. There must be one more color index than there are number of contour levels.
 
note
For 24-bit color, use the WoColorConvert Function to convert from the color table indices to an RGB value. For example:
Col_Index=WoColorConvert([2, 3, 4, 5, 6, 7])

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.