-
public class DynamicShadersAn object that holds simple, anonymous implementations of DynamicShader.
-
-
Field Summary
Fields Modifier and Type Field Description public final static DynamicShadersINSTANCE
-
Method Summary
Modifier and Type Method Description final DynamicShaderfromBitmap(Bitmap bitmap, Shader.TileMode tileXMode, Shader.TileMode tileYMode)Creates a DynamicShader out of the given bitmap. -
-
Method Detail
-
fromBitmap
final DynamicShader fromBitmap(Bitmap bitmap, Shader.TileMode tileXMode, Shader.TileMode tileYMode)
Creates a DynamicShader out of the given bitmap.
-
-
-
-