NevronOpenVision
Nevron.Nov.Diagram.Themes Namespace / NDynamicThemeColor Class
Fields Properties Methods Events


In This Topic
    NDynamicThemeColor Class Members
    In This Topic

    The following tables list the members exposed by NDynamicThemeColor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Alpha property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LuminanceModifier property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Name property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDynamicThemeColor.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SaturationModifier property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Shade property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Tint property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the alpha of the color. Must be from 0 to 1. 0 means a completely transparent color and 1 means a completely opaque color.  
    Public PropertyGets/Sets the luminance modifier factor of the color. Can be any value. Larger values result in lighter colors. By default set to 1, which means 100% lumininace (i.e. the originanl color).  
    Public PropertyGets/Sets the theme color name of this scheme color.  
    Public PropertyGets/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).  
    Public PropertyGets/Sets the shade of the color. Must be from 0 to 1. Larger values result in darker colors.  
    Public PropertyGets/Sets the tint of the color. Must be from 0 to 1. Larger values result in lighter colors.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a dynamic theme color with the given alpha modifier factor.  
    Public Methodstatic (Shared in Visual Basic)Creates a dynamic theme color with the given saturation and luminance modifier factors.  
    Public Methodstatic (Shared in Visual Basic)Creates a dynamic theme color with the given tint and shade.  
    Public MethodOverridden. Converts this theme color to NColor.  
    Top
    See Also