Added in API level 11
Byte3
public
class
Byte3
extends Object
| java.lang.Object | |
| ↳ | android.renderscript.Byte3 |
Class for exposing the native RenderScript byte3 type back to the Android system.
Summary
Fields | |
|---|---|
public
byte |
x
|
public
byte |
y
|
public
byte |
z
|
Public constructors | |
|---|---|
Byte3()
|
|
Byte3(byte initX, byte initY, byte initZ)
|
|
Inherited methods | |
|---|---|
java.lang.Object
| |
Fields
Public constructors
Byte3
Added in API level 14
Byte3 (byte initX,
byte initY,
byte initZ)
| Parameters | |
|---|---|
initX |
byte
|
initY |
byte
|
initZ |
byte
|
Interfaces
Classes
- Allocation
- AllocationAdapter
- BaseObj
- Byte2
- Byte3
- Byte4
- Double2
- Double3
- Double4
- Element
- Element.Builder
- FieldPacker
- Float2
- Float3
- Float4
- Int2
- Int3
- Int4
- Long2
- Long3
- Long4
- Matrix2f
- Matrix3f
- Matrix4f
- RenderScript
- RenderScript.RSErrorHandler
- RenderScript.RSMessageHandler
- Sampler
- Sampler.Builder
- Script
- Script.Builder
- Script.FieldBase
- Script.FieldID
- Script.InvokeID
- Script.KernelID
- Script.LaunchOptions
- ScriptC
- ScriptGroup
- ScriptGroup.Binding
- ScriptGroup.Builder
- ScriptGroup.Builder2
- ScriptGroup.Closure
- ScriptGroup.Future
- ScriptGroup.Input
- ScriptIntrinsic
- ScriptIntrinsic3DLUT
- ScriptIntrinsicBLAS
- ScriptIntrinsicBlend
- ScriptIntrinsicBlur
- ScriptIntrinsicColorMatrix
- ScriptIntrinsicConvolve3x3
- ScriptIntrinsicConvolve5x5
- ScriptIntrinsicHistogram
- ScriptIntrinsicLUT
- ScriptIntrinsicResize
- ScriptIntrinsicYuvToRGB
- Short2
- Short3
- Short4
- Type
- Type.Builder
Enums
Exceptions

