Archive Browser
Download PhotoShopColorSwatchLoader.zip version 1.0.0.1, last updated 15/03/2026 (22.06 KB)
Downloadusing 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
This software may be used free of charge, but as with all free software there are costs involved to develop and maintain.
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Donate