diff dwt/graphics/PaletteData.d @ 33:965ac0a77267

Ported a couple of modules in dwt.graphics
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 12 Sep 2008 13:53:21 +0200
parents 1a8b3cb347e0
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/graphics/PaletteData.d	Fri Sep 12 13:44:30 2008 +0200
+++ b/dwt/graphics/PaletteData.d	Fri Sep 12 13:53:21 2008 +0200
@@ -7,14 +7,18 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     
+ * Port to the D programming language:
+ *     Jacob Carlborg <jacob.carlborg@gmail.com>
  *******************************************************************************/
 module dwt.graphics.PaletteData;
 
-import dwt.dwthelper.utils;
-
 
 import dwt.DWT;
 
+import dwt.dwthelper.utils;
+import dwt.graphics.RGB;
+
 /**
  * Instances of this class describe the color data used by an image.
  * <p>