Ignore:
Timestamp:
08/18/16 14:09:00 (8 years ago)
Author:
Maciej Komosinski
Message:

Brighter colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.inc

    r579 r581  
    1717                        size=size*(1.35-0.35*lastchambergrowth); //last iteration: 'size' is only used for shifting (dx). The last chamber emerges at the surface of the previous one
    1818                        if (lastchambergrowth<1)
    19                                 rgbstring="0.8,0.8,0.8,i=\"growing=%g\"" % lastchambergrowth; //when the last chamber is growing, make it gray and add extra information in its "i" field
     19                                rgbstring="0.9,0.9,0.9,i=\"growing=%g\"" % lastchambergrowth; //when the last chamber is growing, make it bright gray and add extra information in its "i" field
    2020                }
    2121                str += "p:sh=1,sx=%g,sy=%g,sz=%g,rz=3.14159265358979,vr=%s\n" % effectivesize % effectivesize % effectivesize % rgbstring;
Note: See TracChangeset for help on using the changeset viewer.