VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / Argb32Color Class / FromArgb(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    FromArgb(Int32) Method (Argb32Color)
    In This Topic
    Creates a Argb32Color class from a 32-bit ARGB value.
    Syntax
    'Declaration
    
    Public Shared Function FromArgb( _
    ByVal argb
    A value specifying the 32-bit ARGB value.
    As System.Int32 _
    ) As Argb32Color
    public static Argb32Color FromArgb(
    System.Int32 argb
    )
    public: static Argb32Color* FromArgb(
    System.Int32 argb
    )
    public:
    static Argb32Color^ FromArgb(
    System.Int32 argb
    )

    Parameters

    argb
    A value specifying the 32-bit ARGB value.

    Return Value

    The instance of the Argb32Color class.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also