Android Developers Develop Reference Added in API level 11Deprecated in API level 31 Byte3 Kotlin |Java 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() Byte3(initX: Byte, initY: Byte, initZ: Byte) Properties Byte x Byte y Byte z Public constructors Byte3 Added in API level 11 Byte3() Byte3 Added in API level 14 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.