DataKind
classDataKind
kotlin.Any | ||
↳ | kotlin.Enum<android.renderscript.Element.DataKind> | |
↳ | android.renderscript.Element.DataKind |
The special interpretation of the data if required. This is primarly useful for graphical data. USER indicates no special interpretation is expected. PIXEL is used in conjunction with the standard data types for representing texture formats.
Summary
Enum values | |
---|---|
Enum values
PIXEL_RGB
Added in API level 11
enum valPIXEL_RGB: Element.DataKind
Deprecated: Deprecated in Java.
PIXEL_RGBA
Added in API level 11
enum valPIXEL_RGBA: Element.DataKind
Deprecated: Deprecated in Java.