Map a color to a single numeric value
ColorHeightMap
00 Remarks
Extract numeric value from a raster data
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Colors.Scaler.ColorHeightMap
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ScaleLevels | 1 | scale the scalar color palette to a specific level. |
| GetScale | 1 | mapping color to level |
| GetVector | 1 | use for html view in R# scripting |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Levels | 1 |
04 Members
ScaleLevels(
Int32)scale the scalar color palette to a specific level.
Parameters
| Name | Type | Description |
|---|---|---|
level | Int32 | - |
GetScale(
Color)mapping color to level
Parameters
| Name | Type | Description |
|---|---|---|
c | Color | - |
GetVector
use for html view in R# scripting
Levels