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


In This Topic
    NColorValue3F 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 alpha As System.Single _
    )
    'Usage
     
    
    Dim c1 As System.Single
    Dim c2 As System.Single
    Dim c3 As System.Single
    Dim alpha As System.Single
     
    Dim instance As New NColorValue3F(c1, c2, c3, alpha)
    public NColorValue3F( 
       System.float c1,
       System.float c2,
       System.float c3,
       System.float alpha
    )

    Parameters

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