BandOrderFilter Class |
Namespace: AGI.Foundation.Graphics.Imaging
The BandOrderFilter type exposes the following members.
Name | Description | |
---|---|---|
BandOrderFilter |
Initializes a new instance.
| |
BandOrderFilter(RasterFormat) |
Initializes a new instance with a RasterFormat indicating the desired order of the bands in the source raster.
| |
BandOrderFilter(RasterFormat, Boolean) |
Initializes a new instance with a RasterFormat indicating the desired order of the bands in the source raster, and whether to
maintain the source raster's format after swizzling.
|
Name | Description | |
---|---|---|
BandOrder |
Gets or sets the RasterFormat indicating the desired order of the bands in the source raster.
| |
MaintainRasterFormat |
Gets or sets a value indicating whether to maintain the source raster's format after the filter is applied. When true, the source raster's format is maintained after swizzling.
|
Name | Description | |
---|---|---|
Dispose | (Inherited from RasterFilter.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |