Added in API level 11
Deprecated in API level 31

Byte2

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

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

Summary

Public constructors

Byte2(initX: Byte, initY: Byte)

Properties
Byte

Byte

Public constructors

Byte2

Added in API level 11
Byte2()

Byte2

Added in API level 11
Byte2(
    initX: Byte,
    initY: 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.