Nevron Open Vision Documentation
Nevron.Nov.Diagram.Themes Namespace / NDynamicThemeColor Class / SaturationModifier Property


In This Topic
    SaturationModifier Property
    In This Topic
    Gets/Sets the saturation modifier factor of the color. Can be any value. Larger values result in more saturated colors. By default set to 1, which means 100% saturation (i.e. the original color).
    Syntax
    'Declaration
     
    
    Public Property SaturationModifier As System.Single
    'Usage
     
    
    Dim instance As NDynamicThemeColor
    Dim value As System.Single
     
    instance.SaturationModifier = value
     
    value = instance.SaturationModifier
    public System.float SaturationModifier {get; set;}
    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