public class

ColorModifier

extends TripleValueSpanEntityModifier
java.lang.Object
   ↳ org.anddev.andengine.util.modifier.BaseModifier<T>
     ↳ org.anddev.andengine.util.modifier.BaseDurationModifier<T>
       ↳ org.anddev.andengine.util.modifier.BaseSingleValueSpanModifier<T>
         ↳ org.anddev.andengine.util.modifier.BaseDoubleValueSpanModifier<T>
           ↳ org.anddev.andengine.util.modifier.BaseTripleValueSpanModifier<T>
             ↳ org.anddev.andengine.entity.modifier.TripleValueSpanEntityModifier
               ↳ org.anddev.andengine.entity.modifier.ColorModifier

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Fields
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 interface org.anddev.andengine.util.modifier.IModifier
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, IEntityModifier.IEntityModifierListener pEntityModifierListener)
ColorModifier(float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)
Protected Constructors
ColorModifier(ColorModifier pColorModifier)
Public Methods
ColorModifier deepCopy()
Protected Methods
void onSetInitialValues(IEntity pEntity, float pRed, float pGreen, float pBlue)
void onSetValues(IEntity pEntity, float pPerctentageDone, float pRed, float pGreen, float pBlue)
[Expand]
Inherited Methods
From class org.anddev.andengine.util.modifier.BaseTripleValueSpanModifier
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
From interface org.anddev.andengine.entity.modifier.IEntityModifier
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)

public ColorModifier (float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IEntityModifier.IEntityModifierListener pEntityModifierListener)

public ColorModifier (float pDuration, float pFromRed, float pToRed, float pFromGreen, float pToGreen, float pFromBlue, float pToBlue, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)

Protected Constructors

protected ColorModifier (ColorModifier pColorModifier)

Public Methods

public ColorModifier deepCopy ()

Protected Methods

protected void onSetInitialValues (IEntity pEntity, float pRed, float pGreen, float pBlue)

protected void onSetValues (IEntity pEntity, float pPerctentageDone, float pRed, float pGreen, float pBlue)