Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / RGB Method


In This Topic
    RGB Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function RGB( _
       ByVal r As System.Integer, _
       ByVal g As System.Integer, _
       ByVal b As System.Integer _
    ) As System.UInteger
    'Usage
     
    
    Dim r As System.Integer
    Dim g As System.Integer
    Dim b As System.Integer
    Dim value As System.UInteger
     
    value = NUser32.RGB(r, g, b)
    public static System.uint RGB( 
       System.int r,
       System.int g,
       System.int b
    )

    Parameters

    r
    g
    b
    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