projects
/
powerfractal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c64b47f
)
DEL remove useless code
master
author
PowerKiKi
<adrien.crivelli@gmail.com>
Mon, 3 Aug 2009 08:50:02 +0000
(10:50 +0200)
committer
PowerKiKi
<adrien.crivelli@gmail.com>
Mon, 3 Aug 2009 08:50:02 +0000
(10:50 +0200)
Src/Power_Colors.adb
patch
|
blob
|
history
diff --git
a/Src/Power_Colors.adb
b/Src/Power_Colors.adb
index
b0c1051
..
6ca2c36
100644
(file)
--- a/
Src/Power_Colors.adb
+++ b/
Src/Power_Colors.adb
@@
-207,23
+207,6
@@
package body Power_Colors is
tmp_2 := float(fractal.couleur(partie + 1).b) - float(fractal.couleur(partie).b);
tmp := tmp_2 * pourcentage + float(fractal.couleur(partie).b);
matrice_tampon(x, y).b := limite(tmp);
tmp_2 := float(fractal.couleur(partie + 1).b) - float(fractal.couleur(partie).b);
tmp := tmp_2 * pourcentage + float(fractal.couleur(partie).b);
matrice_tampon(x, y).b := limite(tmp);
-
-
---
--- put(integer(partie), 0);
--- put(": ");
--- put(pourcentage, 0, 2, 0);
--- put("%");
--- put(matrice(x, y), 8, 2, 0);
--- put(integer(matrice_tampon(x, y).r));
--- put(" (");
--- put(x, 3);
--- put(y, 4);
--- put(")");
--- new_line;
---
-
-
end loop;
end loop;
end loop;
end loop;