ColorFormat.Brightness Property
Returns or sets the brightness of the specified picture or OLE object. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest). Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Brightness As Single
Get
Set
'Usage
Dim instance As ColorFormat
Dim value As Single
value = instance.Brightness
instance.Brightness = value
float Brightness { get; set; }
Property Value
Type: System.Single