Download AdobeSwatchExchangeLoader-v2.zip version 2.0.0.0, last updated 21/10/2015 (72.79 KB)

Download
  • md5: 3591debc1f6749c23ad9bbd113dd760a
  • sha1: 9b8b0e53179b0b8d04c14324125ae5452df58305
  • sha256: 152c5051abec694120031b4b0ed923608627b0081994f99cf6d043cc1663ed20
namespace AdobeSwatchExchangeLoader
{
  // Reading Adobe Swatch Exchange (ase) files using C#
  // http://www.cyotek.com/blog/reading-adobe-swatch-exchange-ase-files-using-csharp

  // Writing Adobe Swatch Exchange (ase) files using C#
  // http://www.cyotek.com/blog/writing-adobe-swatch-exchange-ase-files-using-csharp

  internal enum BlockType
  {
    Color = 0x0001,

    GroupStart = 0xc001,

    GroupEnd = 0xc002
  }
}

Donate

Donate