Provides access to members that control RGB32ToRGB function arguments.
Members
| Name | Description | |
|---|---|---|
|  | Raster | The source raster object. | 
|  | UseAlpha | Use Alpha channel. | 
IRGB32ToRGBFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
IRGB32ToRGBFunctionArguments.UseAlpha Property
Use Alpha channel.
Public Property UseAlpha As Boolean
public bool UseAlpha {get; set;}
Classes that implement IRGB32ToRGBFunctionArguments
| Classes | Description | 
|---|---|
| RGB32ToRGBFunctionArguments | A class for RGB32ToRGB function arguments. |