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

Byte4

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

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

Summary

Public constructors

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

Properties

Byte

Byte

Byte

Byte

Public constructors

<init>

Added in API level 11
Byte4()

<init>

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

Properties

w

Added in API level 11
var w: Byte

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