Search Results for

    Show / Hide Table of Contents

    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 Source

    BlueBand

    Gets or sets the blue channel band

    Declaration
    IChannelBand BlueBand { get; set; }
    Property Value
    Type Description
    IChannelBand
    | Improve this Doc View Source

    GreenBand

    Gets or sets the green channel band

    Declaration
    IChannelBand GreenBand { get; set; }
    Property Value
    Type Description
    IChannelBand
    | Improve this Doc View Source

    RedBand

    Gets or sets the red channel band

    Declaration
    IChannelBand RedBand { get; set; }
    Property Value
    Type Description
    IChannelBand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng