public struct Color {
public uint pixel ;
public ushort red ;
public ushort green ;
public ushort blue ;
public Color copy ( ) ;
public bool equal ( Color colorb ) ;
public void free ( ) ;
public uint hash ( ) ;
public static bool parse ( string spec,
Color color ) ;
public weak string to_string ( ) ;
}
public uint pixel ;
public ushort red ;
public ushort green ;
public ushort blue ;
public Color copy ( ) ;
public bool equal ( Color colorb ) ;
public void free ( ) ;
public uint hash ( ) ;
public static bool parse ( string spec,
Color color ) ;
public weak string to_string ( ) ;
Created by Valadoc