ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal red As Integer, _
       ByVal green As Integer, _
       ByVal blue As Integer _
    ) As ColorF
    public static ColorF FromArgb( 
       int alpha,
       int red,
       int green,
       int blue
    )

    Parameters

    alpha
    red
    green
    blue
    See Also