Nevron .NET Vision
Nevron.GraphicsCore Namespace / NColorF Structure / ChangeColorBrightness Method / ChangeColorBrightness(Single) Method
The brightness correction factor. Must be between -1 and 1. Negative values produce darker colors.


In This Topic
    ChangeColorBrightness(Single) Method
    In This Topic
    Changes the brightness of the color.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ChangeColorBrightness( _
       ByVal correctionFactor As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NColorF
    Dim correctionFactor As System.Single
     
    instance.ChangeColorBrightness(correctionFactor)
    public void ChangeColorBrightness( 
       System.float correctionFactor
    )

    Parameters

    correctionFactor
    The brightness correction factor. Must be between -1 and 1. Negative values produce darker colors.
    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