Class Overview
(c) 2010 Nicolas Gramlich
(c) 2011 Zynga Inc.
Summary
Public Constructors |
|
ColorModifier(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue)
|
|
ColorModifier(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IEaseFunction pEaseFunction)
|
|
ColorModifier(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)
|
|
ColorModifier(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener, IEaseFunction pEaseFunction)
|
[Expand]
Inherited Methods |
From class
org.anddev.andengine.util.modifier.BaseTripleValueSpanModifier
abstract
void
|
onSetInitialValues(T pItem, float pValueA, float pValueB, float pValueC)
|
void
|
onSetInitialValues(T pItem, float pValueA, float pValueB)
|
void
|
onSetValues(T pItem, float pPercentageDone, float pValueA, float pValueB)
|
abstract
void
|
onSetValues(T pItem, float pPerctentageDone, float pValueA, float pValueB, float pValueC)
|
|
From class
org.anddev.andengine.util.modifier.BaseDoubleValueSpanModifier
|
From class
org.anddev.andengine.util.modifier.BaseSingleValueSpanModifier
|
From class
org.anddev.andengine.util.modifier.BaseDurationModifier
|
From class
org.anddev.andengine.util.modifier.BaseModifier
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.anddev.andengine.entity.scene.background.modifier.IBackgroundModifier
|
From interface
org.anddev.andengine.util.modifier.IModifier
|
Public Constructors
public
ColorModifier
(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue)
public
ColorModifier
(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IEaseFunction pEaseFunction)
Protected Constructors
Public Methods
Protected Methods
protected
void
onSetInitialValues
(IBackground pBackground, float pRed, float pGreen, float pBlue)
protected
void
onSetValues
(IBackground pBackground, float pPerctentageDone, float pRed, float pGreen, float pBlue)