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

In This Topic
    FromArgb(Int32,Int32,Int32) Method
    In This Topic
    Creates a ColorF structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly fully opaque.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromArgb( _
       ByVal red As System.Integer, _
       ByVal green As System.Integer, _
       ByVal blue As System.Integer _
    ) As ColorF
    public static ColorF FromArgb( 
       System.int red,
       System.int green,
       System.int blue
    )

    Parameters

    red
    green
    blue
    See Also