类 ColorSprite
- java.lang.Object
-
- proguard.gui.splash.ColorSprite
-
-
构造器概要
构造器 构造器 说明 ColorSprite(proguard.gui.splash.VariableColor color, Sprite sprite)Creates a new ColorSprite.
-
-
-
构造器详细资料
-
ColorSprite
public ColorSprite(proguard.gui.splash.VariableColor color, Sprite sprite)Creates a new ColorSprite.- 参数:
color- the variable color of the given sprite.sprite- the sprite that will be colored and painted.
-
-