public struct Color {
public ushort red ;
public ushort green ;
public ushort blue ;
public Color copy ( ) ;
public void free ( ) ;
public bool parse ( string spec ) ;
public weak string to_string ( ) ;
}
public ushort red ;
public ushort green ;
public ushort blue ;
public Color copy ( ) ;
public void free ( ) ;
public bool parse ( string spec ) ;
public weak string to_string ( ) ;
Created by Valadoc