BandColor Class
Summary: Associates band values and a color component for specified band index.
There are band values between min and max will be interpolated linearly.
Module: aspose.gis.rendering.colorizers
Full Name: aspose.gis.rendering.colorizers.BandColor
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| BandColor() | Initializes a new instance of the BandColor class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| band_index | int | r/w | Specifies the index of the band. Numbering starts from 0. |
| max | double | r/w | Specifies the max value. |
| min | double | r/w | Specifies the min value. |
Constructor: BandColor()
BandColor()
Initializes a new instance of the BandColor class.