'Declaration Public Overloads Shared Function FromArgb( _ ByVal alpha As System.Integer, _ ByVal red As System.Integer, _ ByVal green As System.Integer, _ ByVal blue As System.Integer _ ) As GcColor
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.