MultiBandColor Class

Summary: Multiband colorizer specifies red, green and blue components for a raster.

Module: aspose.gis.rendering.colorizers

Full Name: aspose.gis.rendering.colorizers.MultiBandColor

Inheritance: RasterColorizer

Aspose.PSD Version: 25.9.0

Constructors

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

Properties

NameTypeAccessDescription
alpha_bandBandColorr/wSpecifies the alpha component for our raster.
blue_bandBandColorr/wSpecifies the blue component for our raster.
green_bandBandColorr/wSpecifies the green component for our raster.
null [static]NullColorizerrThe NullColorizer draws nothing and effectively skips the rendering of cells it is applied to.
red_bandBandColorr/wSpecifies the red component for our raster.

Constructor: MultiBandColor()

 MultiBandColor() 

Initializes a new instance of the MultiBandColor class.