VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftColor Structure / FromArgb Methods / FromArgb(Byte,VintasoftColor) Method
Syntax Requirements SeeAlso
In This Topic
    FromArgb(Byte,VintasoftColor) Method (VintasoftColor)
    In This Topic
    Creates a VintasoftColor structure from the specified VintasoftColor structure, but with the new specified alpha value.
    Syntax
    'Declaration
    
    Public Overloads Shared Function FromArgb( _
    ByVal alpha
    The alpha component.
    As Byte, _
    ByVal baseColor
    The base color.
    As VintasoftColor _
    ) As VintasoftColor
    public static VintasoftColor FromArgb(
    byte alpha,
    VintasoftColor baseColor
    )
    public: static VintasoftColor FromArgb(
    byte alpha,
    VintasoftColor baseColor
    )
    public:
    static VintasoftColor FromArgb(
    byte alpha,
    VintasoftColor baseColor
    )

    Parameters

    alpha
    The alpha component.
    baseColor
    The base color.

    Return Value

    A color with specified components.
    Requirements

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

    See Also