Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColor Structure / FromBGRA Method


In This Topic
    FromBGRA Method
    In This Topic
    Creates a color from a packed BGRA value.
    Syntax
    'Declaration
     
    
    Public Shared Function FromBGRA( _
       ByVal packedBGRA As System.UInteger _
    ) As NColor
    'Usage
     
    
    Dim packedBGRA As System.UInteger
    Dim value As NColor
     
    value = NColor.FromBGRA(packedBGRA)
    public static NColor FromBGRA( 
       System.uint packedBGRA
    )

    Parameters

    packedBGRA
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also