public
class
Byte4
extends Object
java.lang.Object | |
↳ | android.support.v8.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 | |
---|---|
From
class
java.lang.Object
|
byte w
byte x
byte y
byte z
Byte4 ()
Byte4 (byte initX, byte initY, byte initZ, byte initW)
Parameters | |
---|---|
initX |
byte
|
initY |
byte
|
initZ |
byte
|
initW |
byte
|