ILuminanceEffectiveData Interface

Represents a Luminance effect. Brightness linearly shifts all colors closer to white or black. Contrast scales all colors to be either closer or further apart.

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILuminanceEffectiveData

The ILuminanceEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyBrightness
Brightness. Read-only Single.
Public propertyContrast
Contrast. Read-only Single.
See Also