public class TintEffectiveData extends EffectEffectiveData implements ITintEffectiveData
Immutable object which represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.
Modifier and Type | Method and Description |
---|---|
float |
getAmount()
Returns effect amount.
|
float |
getHue()
Returns hue.
|
public final float getHue()
Returns hue.
Read-only float
.
getHue
in interface ITintEffectiveData
public final float getAmount()
Returns effect amount.
Read-only float
.
getAmount
in interface ITintEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.