Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColorValue4F Class / NColorValue4F Constructor


In This Topic
    NColorValue4F Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal c1 As System.Single, _
       ByVal c2 As System.Single, _
       ByVal c3 As System.Single, _
       ByVal c4 As System.Single, _
       ByVal alpha As System.Single _
    )
    'Usage
     
    
    Dim c1 As System.Single
    Dim c2 As System.Single
    Dim c3 As System.Single
    Dim c4 As System.Single
    Dim alpha As System.Single
     
    Dim instance As New NColorValue4F(c1, c2, c3, c4, alpha)
    public NColorValue4F( 
       System.float c1,
       System.float c2,
       System.float c3,
       System.float c4,
       System.float alpha
    )

    Parameters

    c1
    c2
    c3
    c4
    alpha
    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