Interface IGridColorBands
Specifies a color using distinct RGB values
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IGridColorBands
Properties
| Improve this Doc View SourceBlueBand
Gets or sets the blue channel band
Declaration
IChannelBand BlueBand { get; set; }
Property Value
Type | Description |
---|---|
IChannelBand |
GreenBand
Gets or sets the green channel band
Declaration
IChannelBand GreenBand { get; set; }
Property Value
Type | Description |
---|---|
IChannelBand |
RedBand
Gets or sets the red channel band
Declaration
IChannelBand RedBand { get; set; }
Property Value
Type | Description |
---|---|
IChannelBand |