Join us for ⁠#Android11: The Beta Launch Show on June 3!

Byte3

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

Class for exposing the native RenderScript byte3 type back to the Android system. * @apiSince 11

Summary

Public constructors

<init>(initX: Byte, initY: Byte, initZ: Byte)

Properties

Byte

Byte

Byte

Public constructors

<init>

Added in API level 11
Byte3()

<init>

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

Properties

x

Added in API level 11
var x: Byte

y

Added in API level 11
var y: Byte

z

Added in API level 11
var z: Byte