Download PhotoshopColorSwatchLoader.zip version 1.0.0.0, last updated 22/01/2014 (24.13 KB)

Download
  • md5: ea73aa398ec190b0794416866e79de48
using System.Windows.Forms;

// Reading PhotoShop Color Swatch (aco) files using C#
// http://cyotek.com/blog/reading-photoshop-color-swatch-aco-files-using-csharp

namespace PhotoShopColorSwatchLoader
{
  internal class BufferedPanel : Panel
  {
    #region Public Constructors

    public BufferedPanel()
    {
      this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.ResizeRedraw, true);
    }

    #endregion
  }
}

Donate

Donate