Create a GrapeCity.Excel.GcColor structure from the specified 8-bit color values (red,green and blue)
            Although this method allows a 32-bit value to be passed for each color component,
            the value of each component is limited to 8 bits.
            
            
            
            
            
        
            Parameters
- alpha
- The alpha component value for the new GrapeCity.Excel.GcColor Valid values are 0 through 255
- red
- The red component value for the new GrapeCity.Excel.GcColor Valid values are 0 through 255
- green
- The green component value for the new GrapeCity.Excel.GcColor Valid values are 0 through 255
- blue
- The blue component value for the new GrapeCity.Excel.GcColor Valid values are 0 through 255
Return Value
            The GrapeCity.Excel.GcColor that this method creates.
            
 
            
            
            
            
            Target Platforms: Windows Server 2012, Windows RT