Spread.Services Documentation
FromRGB(Int32,Int32,Int32) Method
GrapeCity.Documents.Spread Namespace > Color Structure > FromRGB Method : FromRGB(Int32,Int32,Int32) Method
The red.
The green.
The blue.
Creates a Color structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). 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.
Syntax
public static Color FromRGB( 
   System.int red,
   System.int green,
   System.int blue
)

Parameters

red
The red.
green
The green.
blue
The blue.

Return Value

See Also

Reference

Color Structure
Color Members
Overload List