Byte4public class Byte4 extends Object Class for exposing the native RenderScript byte4 type back to the Android system. |
Fields Summary |
---|
public byte | x | public byte | y | public byte | z | public byte | w |
Constructors Summary |
---|
public Byte4()
| public Byte4(byte initX, byte initY, byte initZ, byte initW)
x = initX;
y = initY;
z = initZ;
w = initW;
|
|