Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageFormat Class / lUt Method


In This Topic
    lUt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function lUt( _
       ByVal MUt() As System.Byte, _
       ByVal nUt() As System.Byte, _
       ByVal OUt As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim MUt() As System.Byte
    Dim nUt() As System.Byte
    Dim OUt As System.Integer
    Dim value As System.Boolean
     
    value = NImageFormat.lUt(MUt, nUt, OUt)
    internal static System.bool lUt( 
       System.byte[] MUt,
       System.byte[] nUt,
       System.int OUt
    )

    Parameters

    MUt
    nUt
    OUt
    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