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