Most visited

Recently visited

Added in API level 11

Byte4

public class Byte4
extends Object

java.lang.Object
    android.renderscript.Byte4


用于将本机RenderScript byte4类型暴露给Android系统的类。

摘要(Summary)

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

Fields

w

Added in API level 11
byte w

x

Added in API level 11
byte x

y

Added in API level 11
byte y

z

Added in API level 11
byte z

Public constructors

Byte4

Added in API level 11
Byte4 ()

Byte4

Added in API level 14
Byte4 (byte initX, 
                byte initY, 
                byte initZ, 
                byte initW)

参数(Parameters)
initX byte
initY byte
initZ byte
initW byte

Hooray!