comparison dwt/graphics/RGB.d @ 4:ab8b5765e3d1

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
3:649b8e223d5a 4:ab8b5765e3d1
36 * </p> 36 * </p>
37 * 37 *
38 * @see Color 38 * @see Color
39 */ 39 */
40 40
41 public final class RGB implements SerializableCompatibility { 41 public final class RGB : SerializableCompatibility {
42 42
43 /** 43 /**
44 * the red component of the RGB 44 * the red component of the RGB
45 */ 45 */
46 public int red; 46 public int red;