FileDocCategorySizeDatePackage
Byte4.javaAPI DocAndroid 5.1 API1090Thu Mar 12 22:22:56 GMT 2015android.support.v8.renderscript

Byte4

public 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;
    
Methods Summary