Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Color Class / FromArgb Method / FromArgb(int) Method
The ARGB.
In This Topic
    FromArgb(int) Method
    In This Topic
    Creates a Color structure from a 32-bit ARGB value.
    Syntax
    public static Color FromArgb( 
       int argb
    )

    Parameters

    argb
    The ARGB.

    Return Value

    Color.
    See Also