ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / FromArgb Method

In This Topic
    FromArgb Method
    In This Topic
    Converts the color from an ARGB integer.
    Overload List
    OverloadDescription
    Converts the color from an ARGB integer.  
    Creates a ColorF structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly fully opaque.  
    Creates a ColorF structure from the four ARGB component (alpha, red, green, and blue) values.  
    See Also