Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColor Structure / NColor Constructor / NColor Constructor(NColorSpace,NColorValueF,UInt32)


In This Topic
    NColor Constructor(NColorSpace,NColorValueF,UInt32)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal YUS As NColorSpace, _
       ByVal value As NColorValueF, _
       ByVal AvS As System.UInteger _
    )
    'Usage
     
    
    Dim YUS As NColorSpace
    Dim value As NColorValueF
    Dim AvS As System.UInteger
     
    Dim instance As New NColor(YUS, value, AvS)
    internal NColor( 
       NColorSpace YUS,
       NColorValueF value,
       System.uint AvS
    )

    Parameters

    YUS
    value
    AvS
    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