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

Byte3

public class Byte3 extends Object
Class for exposing the native RenderScript byte3 type back to the Android system.

Fields Summary
public byte
x
public byte
y
public byte
z
Constructors Summary
public Byte3()

    
public Byte3(byte initX, byte initY, byte initZ)

        x = initX;
        y = initY;
        z = initZ;
    
Methods Summary