Home | History | Annotate | Download | only in gregbook

Lines Matching defs:intensity

945         double freq, rotate, saturate, gray, intensity;
969 intensity = 0.0;
981 intensity = cos((angle+(rotate*dist*PI)) * freq) *
983 intensity = (MAX(MIN(intensity,1.0),-1.0) + 1.0) * 0.5;
987 v = MIN(MAX(intensity,0.0), 1.0);