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.
Modifier and Type | Method and Description |
---|---|
float |
getBrightness()
Brightness.
|
float |
getContrast()
Contrast.
|