|
|
|
|
|
|
|
|
|
|
|
|
|
|
T = tk.Text(SB.frame, height=1, width=15)
|
|
|
T = tk.Text(SB.frame, height=1, width=15)
|
|
|
T.grid(columnspan=5)
|
|
|
T.grid(columnspan=5)
|
|
|
print_string = sim_kind + ' ' + str(round(color_blindness.sim_faktor * 100)) + "%)"
|
|
|
|
|
|
|
|
|
print_string = sim_kind + ' ' + str(round(color_blindness.sim_faktor * 100)) + "%"
|
|
|
T.insert('current', print_string)
|
|
|
T.insert('current', print_string)
|
|
|
|
|
|
|
|
|
conv_SimulationPic = ImageTk.PhotoImage(image=PIL.Image.fromarray(color_blindness_mat))
|
|
|
conv_SimulationPic = ImageTk.PhotoImage(image=PIL.Image.fromarray(color_blindness_mat))
|