Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11

Byte4

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

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

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