Added in API level 11
Deprecated in API level 31

Byte3

open class Byte3
kotlin.Any
   ↳ android.renderscript.Byte3

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

Summary

Public constructors

Byte3(initX: Byte, initY: Byte, initZ: Byte)

Properties
Byte

Byte

Byte

Public constructors

Byte3

Added in API level 11
Byte3()

Byte3

Added in API level 11
Byte3(
    initX: Byte,
    initY: Byte,
    initZ: Byte)

Properties

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.