# Print output for @column tags ?>
public
class
Byte4
extends Object
java.lang.Object | |
↳ | android.renderscript.Byte4 |
This class is deprecated.
Renderscript has been deprecated in API level 31. Please refer to the migration
guide for the proposed alternatives.
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 |