Class BandColor
BandColor class
Associates band values and a color component for specified band index. There are band values between min and max will be interpolated linearly.
public class BandColor
Constructors
Name | Description |
---|---|
BandColor() | The default constructor. |
Properties
Name | Description |
---|---|
BandIndex { get; set; } | Specifies the index of the band. Numbering starts from 0. |
Max { get; set; } | Specifies the max value. |
Min { get; set; } | Specifies the min value. |
See Also
- namespace Aspose.Gis.Rendering.Colorizers
- assembly Aspose.GIS