Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / UserColor Class / Brightness Property

In This Topic
    Brightness Property (UserColor)
    In This Topic
    Gets the brightness of the color from -1 (darkest) to 1 (lightest), zero being neutral.
    Syntax
    'Declaration
     
    Public ReadOnly Property Brightness As System.Single
    public System.float Brightness {get;}
    See Also