Download CorelDrawPalPaletteLoader.zip, last updated 21/07/2018 (17.87 KB)

Download
  • md5: d087b521549c15bead0178e98453caf8
  • sha1: 1d576767f47ca15976ccba8a56922da4793e7e5a
  • sha256: 24bdc574d1725993cae5543da51745037853dbf72c7e60e5ecf4f635d9374858
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// Reading CorelDRAW Palettes Part 1, .pal files
// https://www.cyotek.com/blog/reading-coreldraw-palettes-part-1-pal-files
// Copyright © 2018 Cyotek Ltd. All Rights Reserved.

// This work is licensed under the Creative Commons Attribution 4.0 International License.
// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

// Found this example useful? 
// https://www.paypal.me/cyotek

[assembly: AssemblyTitle("cyotek.com CorelDraw .pal Palette Loader")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cyotek Ltd")]
[assembly: AssemblyProduct("cyotek.com CorelDraw .pal Palette Loader")]
[assembly: AssemblyCopyright("Copyright © 2018 Cyotek Ltd. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: Guid("5d7b6a32-a213-41fe-9332-526b6fa0e17a")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Donate

Donate