Adobe has released an API for Kuler, their color-theme community that is tied into Photoshop and Illustrator.
A while back, I did some packet-sniffing between Adobe’s Flash client (on the kuler site) and the servers, did some documenting of what I found, and then developed a quick-and-dirty app that used the rough API I’d worked up. (Note: that app no longer works, though you can get the same data through the new RSS-based API).
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:kuler="http://kuler.adobe.com/kuler/API/rss/"
xmlns:rss="http://blogs.law.harvard.edu/tech/rss" version="2.0">
Nice to see Adobe opening kuler up to more of this kind of thing.

Leave a comment