Color in default properties

As you may know I am making game ui with canvas rather than flash and i made cool buttons but I have a little problem, as i don’t know how to initiate a color in default properties of a class.

Example

Var color mycolor

Defaultproperties

Color.r = 255
Color.g = 255
Color.b = 255 Error here :rofl: help they won’t get initiated… I don’t find how to do so in default properties… Help

defaultproperties
{
    MyColor=(R=253,G=95,B=0)
}