protected abstract static class BlendComposite.Blender extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BlendComposite.Blender() |
| Modifier and Type | Method and Description |
|---|---|
void |
blend(int[] srcPixels,
int[] dstPixels,
int width,
float alpha) |
protected abstract int |
blend(int srcA,
int srcR,
int srcG,
int srcB,
int dstA,
int dstR,
int dstG,
int dstB,
float alpha) |
protected int |
compose(int a,
int r,
int g,
int b,
int dstA,
int dstR,
int dstG,
int dstB,
float alpha) |
public void blend(int[] srcPixels,
int[] dstPixels,
int width,
float alpha)
protected abstract int blend(int srcA,
int srcR,
int srcG,
int srcB,
int dstA,
int dstR,
int dstG,
int dstB,
float alpha)
protected int compose(int a,
int r,
int g,
int b,
int dstA,
int dstR,
int dstG,
int dstB,
float alpha)
Copyright © 2013. All Rights Reserved.