色带(工具)
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public ColorBlend(
int[,] colorArray,
float[] positionArray
)
Public Sub New (
colorArray As Integer(,),
positionArray As Single()
)
public:
ColorBlend(
array<int,2>^ colorArray,
array<float>^ positionArray
)
new :
colorArray : int[,] *
positionArray : float32[] -> ColorBlend
参数
- colorArray
- 类型: SystemInt32
颜色数组[N,4](4=ARGB) - positionArray
- 类型: SystemSingle
线性差值点数组[N](值:0-1)
参见