类 MultiBandColor
MultiBandColor class
多波段着色器为栅格指定红、绿和蓝分量。
public class MultiBandColor : RasterColorizer
构造函数
| 名称 | 描述 |
|---|---|
| MultiBandColor() | 初始化 MultiBandColor 类的新实例。 |
属性
| 名称 | 描述 |
|---|---|
| AlphaBand { get; set; } | 指定我们栅格的 Alpha 分量。 |
| BlueBand { get; set; } | 指定我们栅格的蓝色分量。 |
| GreenBand { get; set; } | 指定我们栅格的绿色分量。 |
| RedBand { get; set; } | 指定我们栅格的红色分量。 |
另见
- class RasterColorizer
- namespace Aspose.Gis.Rendering.Colorizers
- assembly Aspose.GIS