com.aspose.slides
Interface ILuminanceEffectiveData

All Known Implementing Classes:
LuminanceEffectiveData

public interface ILuminanceEffectiveData

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.


Method Summary
 float getBrightness()
           Brightness.
 float getContrast()
           Contrast.
 

Method Detail

getBrightness

float getBrightness()

Brightness. Read-only float.


getContrast

float getContrast()

Contrast. Read-only float.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.