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


In This Topic
    FromXYZA Method
    In This Topic
    Creates a new XYZ color.
    Syntax
    'Declaration
     
    
    Public Shared Function FromXYZA( _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal z As System.Single, _
       ByVal a As System.Single _
    ) As NColor
    'Usage
     
    
    Dim x As System.Single
    Dim y As System.Single
    Dim z As System.Single
    Dim a As System.Single
    Dim value As NColor
     
    value = NColor.FromXYZA(x, y, z, a)
    public static NColor FromXYZA( 
       System.float x,
       System.float y,
       System.float z,
       System.float a
    )

    Parameters

    x
    y
    z
    a
    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