ColorMap
01 Syntax
Microsoft.VisualBasic.Imaging.ColorMap
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Alpha | 1 | Alpha value in the RBG color function. |
| ColorMapLength | 1 | |
| MaxDepth | 1 | |
| ColorMaps | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| PatternSpring | 2 | Spring |
| PatternSummer | 2 | Summer |
| PatternAutumn | 2 | Autumn |
| PatternWinter | 2 | Winter |
| PatternJet | 2 | Jet |
| PatternGray | 2 | Gray |
| PatternHot | 2 | Hot |
| PatternCool | 2 | Cool |
05 Members
#ctor(
Int32, Int32)Parameters
| Name | Type | Description |
|---|---|---|
colorLength% | Int32 | - |
alpha% | Int32 |
|
GetMaps(
String, Boolean)If failure, then this function will returns ColorMap.Jet() by default, or nothing if parameter noDefault is set True.
Parameters
| Name | Type | Description |
|---|---|---|
name | String | 大小写不敏感 |
Jet
*
Alpha
Alpha value in the RBG color function.
PatternSpring
Spring
PatternSummer
Summer
PatternAutumn
Autumn
PatternWinter
Winter
PatternJet
Jet
PatternGray
Gray
PatternHot
Hot
PatternCool
Cool
PatternSpring
PatternSummer
PatternAutumn
PatternWinter
PatternJet
PatternGray
PatternHot
PatternCool
ColorMapLength
MaxDepth
ColorMaps
Spring()
Summer()
Autumn()
Winter()
Gray()
Hot()
Cool()