diff options
author | scuri <scuri> | 2009-06-26 17:14:56 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-26 17:14:56 +0000 |
commit | 193cd3427108bd127e09f391f7fe51f6b62590e9 (patch) | |
tree | 7dfd83dec634c15f87f578266f6fdb0df046613a /html/examples/palette.lua | |
parent | 734afa90c3dda1232e9490d08346be4f2ffefec1 (diff) |
*** empty log message ***
Diffstat (limited to 'html/examples/palette.lua')
-rw-r--r-- | html/examples/palette.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html/examples/palette.lua b/html/examples/palette.lua new file mode 100644 index 0000000..5ec7168 --- /dev/null +++ b/html/examples/palette.lua @@ -0,0 +1,6 @@ +require"imlua" + +local impal = im.PaletteHotIron() +print(impal) +print(im.ColorDecode(impal[1])) + |