##- # Author: Brian Tiffin # Dedicated to the public domain # # Date started: December 2016 # Modified: 2016-12-22/23:13-0500 ##+ # # PaletteChars.icn, demonstrate drawing image strings # procedure main() &window := open("PaletteChars", "g", "size=85,40", "canvas=hidden") # colour palettes are encoded as character data write("PaletteChars(\"c1\") is ", PaletteChars("c1")) # save image for the document WSync() WriteImage("../images/PaletteChars.png") close(&window) end