summaryrefslogtreecommitdiffhomepage
path: root/generator.html
diff options
context:
space:
mode:
authorMarvin Borner2019-03-21 18:30:21 +0100
committerMarvin Borner2019-03-21 18:30:21 +0100
commit1d0e727b59da1a805853a2053f97e0381b63acbe (patch)
tree3ad27e4841e705c2a3d2d5b1b907c5d5865f7720 /generator.html
parentc4c1968dc6b7d2af279280a78771205971c3f553 (diff)
Added dynamic color grading algorithm
Diffstat (limited to 'generator.html')
-rw-r--r--generator.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/generator.html b/generator.html
index 7498ebf..f172e8b 100644
--- a/generator.html
+++ b/generator.html
@@ -26,10 +26,16 @@
<p>
Es dürfen <u>NUR</u> die Variablen a, b, c und d und die Abel Schreibweise verwendet werden.
</p>
- <label for="input">Boolescher Funktionsterm:</label>
+ <p>
+ Wahre Werte werden zur Veranschaulichung grün hinterlegt und in Abhängigkeit der
+ umliegenden Werte (Matrix Neighbours) heller bzw. dunkler.
+ </p>
+ <p>
+ Mehr Informationen zur Kalkulation sind in <b>F12->Konsole</b> aufrufbar.
+ </p>
+ <label for="input"><b>Boolescher Funktionsterm:</b></label>
<input id="input" placeholder="z.B. (a & b) # (c & d)" type="text">
- <button id="minify">Generieren!</button>
-
+ <br>
<pre id="log"></pre>
<div class="kv-grid">