|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHSLEffectiveData
Represents a Hue/Saturation/Luminance effect. The hue, saturation, and luminance may each be adjusted relative to its current value.
Method Summary | |
---|---|
float |
getHue()
Returns hue percentage. |
float |
getLuminance()
Returns luminance percentage. |
float |
getSaturation()
Returns saturation percentage. |
Method Detail |
---|
float getHue()
Returns hue percentage.
Read-only float
.
float getSaturation()
Returns saturation percentage.
Read-only float
.
float getLuminance()
Returns luminance percentage.
Read-only float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |