Returns an OLE_COLOR given RGB color values.
            
			
			
                    object.MakeColor ( Red, Green, Blue )  | 
            |
- Red
 - Required. An Integer (0-255) that represents the red value.
 - Green
 - Required. An Integer (0-255) that represents the green value.
 - Blue
 - Required. An Integer (0-255) that represents the blue value.
 
OLE_COLOR
            See supported values in Color constants.