geostyler-style
    Preparing search index...

    Interface RGBChannel

    A RGBChannel defines how dataset bands are mapped to image color channels.

    interface RGBChannel {
        blueChannel: Channel;
        greenChannel: Channel;
        redChannel: Channel;
    }
    Index

    Properties

    blueChannel: Channel
    greenChannel: Channel
    redChannel: Channel