Brightness Property (SolidColor)
In This Topic
Gets or sets the brightness of the color from -1 (darkest) to 1 (lightest), zero being neutral.
Default value is 0.
Syntax
'Declaration
Public Property Brightness As System.Single
public System.float Brightness {get; set;}
See Also