Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColor Structure / Lighten Method / Lighten(Single) Method
A lightening factor. Must be between 0 and 1. Greater values result in lighter colors.


In This Topic
    Lighten(Single) Method
    In This Topic
    Gets a ligher version of this color.
    Syntax
    'Declaration
     
    
    Public Overloads Function Lighten( _
       ByVal factor As System.Single _
    ) As NColor
    'Usage
     
    
    Dim instance As NColor
    Dim factor As System.Single
    Dim value As NColor
     
    value = instance.Lighten(factor)
    public NColor Lighten( 
       System.float factor
    )

    Parameters

    factor
    A lightening factor. Must be between 0 and 1. Greater values result in lighter colors.
    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