ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / FromArgb Method / FromArgb(Int32,Int32,Int32,Int32) Method

In This Topic
    FromArgb(Int32,Int32,Int32,Int32) Method
    In This Topic
    Creates a ColorF structure from the four ARGB component (alpha, red, green, and blue) values.
    Syntax
    '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 ColorF
    public static ColorF FromArgb( 
       System.int alpha,
       System.int red,
       System.int green,
       System.int blue
    )

    Parameters

    alpha
    red
    green
    blue
    See Also