IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2016, 6:49:59 AM (10 years ago)
Author:
eugene
Message:

make the NANs light blue-grey

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/jpeg/psImageJpeg.c

    r32634 r39508  
    306306      } else {
    307307        // XXX NAN value should be set per-color map
    308         outPix[0] = 0x00;
    309         outPix[1] = 0xff;
    310         outPix[2] = 0x00;
     308        outPix[0] = 0xe6;
     309        outPix[1] = 0xe6;
     310        outPix[2] = 0xff;
    311311      }
    312312    }
Note: See TracChangeset for help on using the changeset viewer.