Nevron .NET Vision
Nevron.GraphicsCore Namespace / NArgbColorValueF Structure / NArgbColorValueF Constructor / NArgbColorValueF Constructor(Single,Single,Single,Single)


In This Topic
    NArgbColorValueF Constructor(Single,Single,Single,Single)
    In This Topic
    Creates a new NArgbColorValueF structure with the r, g, b and alpha components.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal alpha As System.Single, _
       ByVal red As System.Single, _
       ByVal green As System.Single, _
       ByVal blue As System.Single _
    )
    'Usage
     
    
    Dim alpha As System.Single
    Dim red As System.Single
    Dim green As System.Single
    Dim blue As System.Single
     
    Dim instance As New NArgbColorValueF(alpha, red, green, blue)
    public NArgbColorValueF( 
       System.float alpha,
       System.float red,
       System.float green,
       System.float blue
    )

    Parameters

    alpha
    red
    green
    blue
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also