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

Brighter colors

Location:
experiments/frams/foraminifera/data/scripts
Files:
2 edited

Legend:

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

    r580 r581  
    9797        ExpProperties.chamber_proculus_haplo = micronsToFrams(20);
    9898        ExpProperties.chamber_proculus_diplo = micronsToFrams(10);
    99         colors = ["1.0,1.0,0.0","1.0,0.5,0.0"];
     99        colors = ["1.0,1.0,0.3","1.0,0.7,0.0"]; //yellow and orange
    100100        curColor = colors[0];
    101101        curRadius = ExpProperties.zone1_range;
  • 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.