namespace enginecustom
{
    [bindable]
    [default_interface]
    runtimeclass Color 
    {
        Color();
        Int32 MyProperty;
    }
}