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

NameDescription
BandColor()Initializes a new instance of the BandColor class.

Properties

NameTypeAccessDescription
band_indexintr/wSpecifies the index of the band. Numbering starts from 0.
maxdoubler/wSpecifies the max value.
mindoubler/wSpecifies the min value.

Constructor: BandColor()

 BandColor() 

Initializes a new instance of the BandColor class.