ContourColorSet
|
Scope
|
Pesgo, Pe3do
|
|
Type
|
Int32
|
|
Default
|
0
|
|
.NET
|
PeColor.ContourColorSet
|
|
Ocx|Vcl
|
ContourColorSet
|
|
DLL
|
PEP_nCONTOURCOLORSET
|
Purpose
When Pesgo PlottingMethod is ContourColors or Pe3do PlottingMethod is SurfaceContour, sets colors used for the rendered contour and contour legend.
Other color options are setting SubsetColors, or setting ContourColors when also setting this property to ContourColors.
ContourColorBlends can optionally create additional interpolated colors.
Alternate methods of defining contour colors are SubsetColors.
|
.NET Gigasoft.Enums.
|
ActiveX and
|
|
|
ContourColorSet.
|
DLL Constants
|
Description
|
|
None
|
PECCS_NONE 0 (0)
|
None
|
|
ContourColors
|
PECCS_CONTOURCOLORS (1)
|
Use ContourColors property array
|
|
BlueGreenGrey
|
PECCS_BLUE_GREEN_GREY (2)
|
|
|
BlueGreenRed
|
PECCS_BLUE_GREEN_RED (3)
|
|
|
GreenYellowRed
|
PECCS_GREEN_YELLOW_RED (4)
|
|
|
BlueGreenYellowRed
|
PECCS_BLUE_GREEN_YELLOW_RED (5)
|
|
|
BlueGreenYellowOrangeRed
|
PECCS_BLUE_GREEN_YELLOW_ORANGE_RED (6)
|
|
|
VioletBlueGreenYellowOrangeRed
|
PECCS_VIOLET_BLUE_GREEN_YELLOW_ORANGE_RED (7)
|
|
|
BlueCyanGreenLimeTanBrownDarkBrown
|
PECCS_BLUE_CYAN_GREEN_LIME_TAN_BROWN_DARKBROWN (8)
|
|
|
BlueCyanGreenYellowBrownWhite
|
PECCS_BLUE_CYAN_GREEN_YELLOW_BROWN_WHITE (9)
|
|
DarkBlueBlueCyanMedCyanCyanGreenDarkGreenGreenLimeDarkLimeTanBrownDarkBrown |
PECCS_DARK_BLUE_BLUE_CYAN_MED_CYAN_CYAN_GREEN_DARK_GREEN_GREEN_LIME_DARK_LIME_TAN_BROWN_DARK_BROWN (10) |
DarkBlueBlueCyanMedCyanCyanGreenDarkGreenGreenLimeDarkLimeTanBrownDarkBrown |
Comments
PeColor.ContourColorSet members of Pesgo.PeColor, Pe3do.PeColor
See Also: SubsetColors, ContourColors
Within the demo, see example 402.
|