Brightness

OfficeImageEffects.Brightness property

Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).

public double Brightness { get; set; }

Property Value

The default value is 0.5.

See Also