Named ColorSet Parameters
C_Colors
Used With: JWAVE_CONTOUR
An array of AWT color objects used to set the color used to draw each contour.
If there are more contour levels than elements in C_Colors, the elements of the color array are cyclically repeated.
ColumnColors
Used With: JWAVE_BAR3D
An array of AWT color objects specifying the color for each column of bars. Must have the same number of colors as the second dimension of Z. Only one of RowColors or ColumnColors may be used.
Fill_Colors
Used With: JWAVE_CONTOUR
Color_Index — If present, specifies an array of AWT Color objects to be used in the contour 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 than there are number of contour levels. This keyword is only valid of the Filled keyword is set.
RowColors
Used With: JWAVE_BAR3D
An array of AWT color objects specifying the color for each row of bars. Must have the same number of colors as the first dimension of Z. Only one of RowColors or ColumnColors may be used.