color palette

master
Peter Babič 9 years ago
parent 4d0d15cb93
commit fc0ab4aa4c
  1. 14
      .gitignore
  2. BIN
      hello_PaleSpectrum.png
  3. BIN
      hello_unshifted.png
  4. BIN
      output/hello_CyclicGrayscale.png
  5. BIN
      output/hello_CyclicRedCyan.png
  6. BIN
      output/hello_EarthSky.png
  7. BIN
      output/hello_Fire.png
  8. BIN
      output/hello_Grayscale.png
  9. BIN
      output/hello_Grayscale_(original).png
  10. BIN
      output/hello_HotCold.png
  11. BIN
      output/hello_PaleSpectrum.png
  12. BIN
      output/hello_Spectrum.png
  13. 0
      output/hello_Spectrum_(shifted).png
  14. 2
      src/neural/BattlefieldParameterEvaluator.java

14
.gitignore vendored

@ -1 +1,15 @@
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/bin/
/png_old/

BIN
hello_PaleSpectrum.png (Stored with Git LFS)

Binary file not shown.

BIN
hello_unshifted.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_CyclicGrayscale.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_CyclicRedCyan.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_EarthSky.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_Fire.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_Grayscale.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_Grayscale_(original).png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_HotCold.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_PaleSpectrum.png (Stored with Git LFS)

Binary file not shown.

BIN
output/hello_Spectrum.png (Stored with Git LFS)

Binary file not shown.

@ -47,7 +47,7 @@ public class BattlefieldParameterEvaluator {
/* The name of the palette. Must be one of "Spectrum",
* "PaleSpectrum", "Grayscale", "CyclicGrayscale", "CyclicRedCyan",
* "EarthSky", "HotCold", or "Fire". */
final static String PALETTE = "PaleSpectrum";
final static String PALETTE = "Spectrum";
static int NdxBattle;
static double[] FinalScore1;

Loading…
Cancel
Save