Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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