NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

ColorControls and images

I've got a satellite pic to render which is an image. As such, the only visual scalarmap I can use is RGB. I want to display it in greyscale, but when I try to use initGreyWedge, nothing happens. I've got a code snippet below. When it executes I see the println of "Greyscale" but then there is no change.

Would you expect this to work?

Cheers,
-Tennessee

Code Snippet :

        if(scalarMap != null) {
            ColorControl cc = (ColorControl) scalarMap.getControl();

            if(mode == ColorConfigurable.GREYSCALE) {
                System.out.println("Greyscale");
                cc.initGreyWedge();
            }

            if(mode == ColorConfigurable.RGB) {
                System.out.println("RGB");
                cc.initHSV();
            }
        }


  • 2004 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: