baiyunping333 / paintweb

Automatically exported from code.google.com/p/paintweb
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Provide an API for permanent color save in the color mixer #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently any color saved in the color mixer is lost when the PaintWeb 
session completes.

Provide an API such that developers integrating PaintWeb into their 
environment can permanently save the custom colors.

Fixing this issue will involve the use of PaintWeb application events and 
will probably require a back-end for data storage (cookies, client-side 
files, or server-side files, depending on the environment).

Original issue reported on code.google.com by mihai.sucan on 22 Sep 2009 at 4:21