Added in API level 11
Deprecated in API level 31

Byte4


open class Byte4

Class for exposing the native RenderScript byte4 type back to the Android system.

Summary

Public constructors

Byte4(initX: Byte, initY: Byte, initZ: Byte, initW: Byte)

Properties
Byte

Byte

Byte

Byte

Public constructors

Byte4

Added in API level 11
Byte4()

Byte4

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

Properties

w

Added in API level 11
var w: Byte

Deprecated: Deprecated in Java.

x

Added in API level 11
var x: Byte

Deprecated: Deprecated in Java.

y

Added in API level 11
var y: Byte

Deprecated: Deprecated in Java.

z

Added in API level 11
var z: Byte

Deprecated: Deprecated in Java.