# Print output for @column tags ?>
public
class
Byte4
extends Object
java.lang.Object | |
↳ | android.renderscript.Byte4 |
Class for exposing the native RenderScript byte4 type back to the Android system.
Fields | |
---|---|
public
byte |
w
|
public
byte |
x
|
public
byte |
y
|
public
byte |
z
|
Public constructors | |
---|---|
Byte4()
|
|
Byte4(byte initX, byte initY, byte initZ, byte initW)
|
Inherited methods | |
---|---|
public byte w
public byte x
public byte y
public byte z
public Byte4 ()
public Byte4 (byte initX, byte initY, byte initZ, byte initW)
Parameters | |
---|---|
initX |
byte |
initY |
byte |
initZ |
byte |
initW |
byte |