Nevron Open Vision Documentation
Nevron.Nov.Diagram.Themes Namespace / NThemePaletteColorInfo Class / BrightnessFactor Property


In This Topic
    BrightnessFactor Property
    In This Topic
    Gets the brightness factor. It's between -1 and 1. Negative values produce darker colors. 0 means unmodified color.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BrightnessFactor As System.Single
    'Usage
     
    
    Dim instance As NThemePaletteColorInfo
    Dim value As System.Single
     
    value = instance.BrightnessFactor
    public System.float BrightnessFactor {get;}
    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